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

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

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

Same methods

DocumentService::GetFoldersByFileMasterIdsAsync ( long fileMasterIds, object userState ) : void
DocumentService