API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::removeTopicFolder Method
OdBcfSession::removeTopicFolder Method
Syntax
C++
void removeTopicFolder(const OdString & projectId, const OdGUID & topicId, OdResult * result = NULL);
Parameters 
Description 
const OdString & projectId 
[in] A string that contains the project identifier.  
const OdGUID & topicId 
[in] A GUID of the topic folder object.  
OdResult * result = NULL 
[out] A raw pointer to a value that contains the result of the operation. 

Removes a topic folder object with a specified GUID from a specified project.

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