Namespace: Autodesk.iLogic.Vault
Assembly: Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 29.0
Syntax
VB
Public Function GetFileBySearchCriteria ( SearchCriteria As Dictionary, VaultFileProperties As Boolean, VaultItemProperties As String, Optional MatchAllCriteria As String = true, Optional ByRef CheckOut As Dictionary = false, Optional SearchFolders As Boolean = Nothing ) As String
C#
public string GetFileBySearchCriteria( Dictionary SearchCriteria, bool VaultFileProperties, string VaultItemProperties, string MatchAllCriteria = true, ref Dictionary CheckOut = false, bool SearchFolders = null )
Parameters
- SearchCriteria
- Type: System.Collections.Generic.Dictionary(TKey, TValue)
- VaultFileProperties
- Type: System.Boolean
- VaultItemProperties
- Type: System.String
- MatchAllCriteria (Optional)
- Type: System.String
- CheckOut (Optional)
- Type: System.Collections.Generic.Dictionary(TKey, TValue)
- SearchFolders (Optional)
- Type: System.Boolean