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

GetPropertiesAsync() public method

public GetPropertiesAsync ( long fileIds, long propertyDefinitionIds ) : void
fileIds long
propertyDefinitionIds long
return void
        public void GetPropertiesAsync(long[] fileIds, long[] propertyDefinitionIds) {
            this.GetPropertiesAsync(fileIds, propertyDefinitionIds, null);
        }
        

Same methods

DocumentService::GetPropertiesAsync ( long fileIds, long propertyDefinitionIds, object userState ) : void
DocumentService