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

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

public GetFilesByIdsAsync ( long fileIds ) : void
fileIds long
Результат void
        public void GetFilesByIdsAsync(long[] fileIds) {
            this.GetFilesByIdsAsync(fileIds, null);
        }
        

Same methods

DocumentService::GetFilesByIdsAsync ( long fileIds, object userState ) : void
DocumentService