AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.GetContainingFolder Method 

Returns the IFolder that contains this content item.

IFolder GetContainingFolder();

Return Value

The folder that contains this content item.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to access the containing folder.
ContentException The method call resulted in a Publisher exception.
InvalidOperationException The content item has not been persisted or has already been removed.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace