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

GetAllPropertyGroups() private méthode

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