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

GetProperties() private method

private GetProperties ( long fileIds, long propertyDefinitionIds ) : PropInst[]
fileIds long
propertyDefinitionIds long
return PropInst[]
        public PropInst[] GetProperties(long[] fileIds, long[] propertyDefinitionIds) {
            object[] results = this.Invoke("GetProperties", new object[] {
                        fileIds,
                        propertyDefinitionIds});
            return ((PropInst[])(results[0]));
        }
        
DocumentService