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

GetAllPropertyGroups() private method

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