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

GetAllPropertyDefinitionsExtended() private méthode

private GetAllPropertyDefinitionsExtended ( ) : VaultFolderCreate.DocumentSvc.PropDef[]
Résultat VaultFolderCreate.DocumentSvc.PropDef[]
        public PropDef[] GetAllPropertyDefinitionsExtended() {
            object[] results = this.Invoke("GetAllPropertyDefinitionsExtended", new object[0]);
            return ((PropDef[])(results[0]));
        }
        
DocumentService