VaultFolderCreate.DocumentSvc.DocumentService.FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync C# (CSharp) Méthode

FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync() public méthode

public FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync ( string propertySetIds, string propIds, string types ) : void
propertySetIds string
propIds string
types string
Résultat void
        public void FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync(string[] propertySetIds, string[] propIds, string[] types) {
            this.FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync(propertySetIds, propIds, types, null);
        }
        

Same methods

DocumentService::FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync ( string propertySetIds, string propIds, string types, object userState ) : void
DocumentService