Click or drag to resize
WritableLicenseWriteAliases Method (Int32, Int32)
Writes to all alias locations.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public virtual bool WriteAliases(
	out int filesToWrite,
	out int filesWritten
)

Parameters

filesToWrite
Type: SystemInt32
The number of aliases.
filesWritten
Type: SystemInt32
The number of aliases written.

Return Value

Type: Boolean
Returns true if all aliases are written to successfully. If false is returned, check the LastError property and the filesToWrite and filesWritten arguments for details. Please note that each alias has its own LastError property, which may also contain additional details.
See Also