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

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

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