ParentName property: Content Reference class
Description
This property returns the parent folder name for this content reference object as a string.
This property is read-only.
Example
The following example uses the ParentName to return a folder object for the content reference.
&Folder = &Portal.FindFolderByName(&CRef.ParentName);