WritableLicenseWriteAliases Method (Int32, Int32) |
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
)
Public Overridable Function WriteAliases (
<OutAttribute> ByRef filesToWrite As Integer,
<OutAttribute> ByRef filesWritten As Integer
) As Boolean
public:
virtual bool WriteAliases(
[OutAttribute] int% filesToWrite,
[OutAttribute] int% filesWritten
)
Parameters
- filesToWrite
- Type: SystemInt32
The number of aliases. - filesWritten
- Type: SystemInt32
The number of aliases written.
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