Speech Automation 5.1
Object: SpObjectToken
Type: Hidden
RemoveStorageFileName Method
The RemoveStorageFileName method removes a storage file associated with the object token.
SpObjectToken.RemoveStorageFileName(
ObjectStorageCLSID As String,
KeyName As String,
DeleteFile As Boolean
)
Parameters
- ObjectStorageCLSID
- The globally unique identifier (GUID) of the calling object.
- KeyName
- The KeyName.
- DeleteFile
- If True, the storage file will be deleted after removal.
Return Value
None.
Example
Use of the RemoveStorageFileName method is demonstrated in the code example for the GetStorageFileName method.