VaultFolderCreate.DocumentSvc.DocumentService.FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypes C# (CSharp) Метод

FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypes() приватный Метод

private FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypes ( string propertySetIds, string propIds, string types ) : VaultFolderCreate.DocumentSvc.PropDef[]
propertySetIds string
propIds string
types string
Результат VaultFolderCreate.DocumentSvc.PropDef[]
        public PropDef[] FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypes(string[] propertySetIds, string[] propIds, string[] types) {
            object[] results = this.Invoke("FindPropertyDefinitionsByPropertySetIdsPropIdsAndDataTypes", new object[] {
                        propertySetIds,
                        propIds,
                        types});
            return ((PropDef[])(results[0]));
        }
        
DocumentService