IMetadataStructureCacheUpdateRemoveLoginAccount Method |
Removes the specified login account from the cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid RemoveLoginAccount(
string accountName
)
Sub RemoveLoginAccount (
accountName As String
)
void RemoveLoginAccount(
String^ accountName
)
Parameters
- accountName
- Type: SystemString
The login accounts name.
See Also