API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::validateArchive Method
OdBcfSession::validateArchive Method
Syntax
C++
bool validateArchive(const OdString & projectId, OdResult * result = NULL) const;
Parameters 
Description 
const OdString & projectId 
[in] A string that contains the project Id.  
OdResult * result = NULL 
[out] A raw pointer to a value that contains the result of the operation.  

true if the specified archive contains all required data; otherwise the method returns false.

Validates the archive with a specified identifier.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.