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

ValidateBOMByFileIdAsync() public method

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

Same methods

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