VaultFolderCreate.DocumentSvc.DocumentService.GetBOMByFileIdAsync C# (CSharp) Méthode

GetBOMByFileIdAsync() public méthode

public GetBOMByFileIdAsync ( long fileId ) : void
fileId long
Résultat void
        public void GetBOMByFileIdAsync(long fileId) {
            this.GetBOMByFileIdAsync(fileId, null);
        }
        

Same methods

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