Loads a License File from the file system and returns true if successful
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool LoadFile(
string path
)
Public Function LoadFile (
path As String
) As Boolean
public:
bool LoadFile(
String^ path
)
Parameters
- path
- Type: SystemString
The absolute path to the file on the local file-system.
Return Value
Type:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
See Also