VaultFolderCreate.DocumentSvc.DocumentService.GetPropertiesAsync C# (CSharp) Метод

GetPropertiesAsync() публичный Метод

public GetPropertiesAsync ( long fileIds, long propertyDefinitionIds ) : void
fileIds long
propertyDefinitionIds long
Результат 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