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