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

GetBOMByFileIdsAsync() public method

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

Same methods

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