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

GetBOMByFileIdAsync() public method

public GetBOMByFileIdAsync ( long fileId ) : void
fileId long
return void
        public void GetBOMByFileIdAsync(long fileId) {
            this.GetBOMByFileIdAsync(fileId, null);
        }
        

Same methods

DocumentService::GetBOMByFileIdAsync ( long fileId, object userState ) : void
DocumentService