Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.