ParentName property: Content Reference Link class

Description

This property returns the parent folder name for this content reference link object as a string.

You can use this property to move the content reference link to another folder.

This property is read/write.

Example

The following example uses the ParentName to return a folder object for the content reference link.

&Folder = &Portal.FindFolderByName(&CReflink.ParentName);