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

GetAllPropertyDefinitions() private method

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