Get the local file's status in Vault.
Validate the ErrorState = "None" to get all return values for vaulted files.
Validate the ErrorState = (LocalFileNotFoundVaultFileNotFound|VaultFileNotFound) to validate files before first time check-in
Validate the ErrorState = "None" to get all return values for vaulted files.
Validate the ErrorState = (LocalFileNotFoundVaultFileNotFound|VaultFileNotFound) to validate files before first time check-in
Namespace: Autodesk.iLogic.Vault
Assembly: Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 30.0
Syntax
VB
Public Function GetVaultFileStatus ( LocalFullFileName As String ) As Dictionary(Of String, String)
C#
public Dictionary<string, string> GetVaultFileStatus( string LocalFullFileName )
Parameters
- LocalFullFileName
- Type: System.String
Local path and file name, e.g., ThisDoc.Document.FullFileName
Return Value
Type: Dictionary(String, String)ErrorState only if file is not added to Vault yet; otherwise Vault's default file status enumerations of CheckOutState, ConsumableState, ErrorState, LocalEditsState, LockState, RevisionState, VersionState