WritableLicenseWriteAliases Method (Int32, Int32, Boolean) |
Writes to all alias locations.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool WriteAliases(
out int filesToWrite,
out int filesWritten,
bool forceUpdate
)
Public Overridable Function WriteAliases (
<OutAttribute> ByRef filesToWrite As Integer,
<OutAttribute> ByRef filesWritten As Integer,
forceUpdate As Boolean
) As Boolean
public:
virtual bool WriteAliases(
[OutAttribute] int% filesToWrite,
[OutAttribute] 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:
BooleanReturns 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