VaultFolderCreate.DocumentSvc.DocumentService.FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync C# (CSharp) Method

FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync() public method

public FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypesAsync ( string propertySetIds, string propIds, string types ) : void
propertySetIds string
propIds string
types string
return 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