Click or drag to resize
WritableLicenseWriteAliases Method (Int32, Int32, Boolean)
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,
	bool forceUpdate
)

Parameters

filesToWrite
Type: SystemInt32
The number of aliases.
filesWritten
Type: SystemInt32
The number of aliases written.
forceUpdate
Type: SystemBoolean
Whether or not the aliases should be written to, even if the system appears to have been back-dated.

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