Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IFolder.GetAssociatedPortletIDs Method 

Returns the object ids of the portlets associated with this folder or an empty array if no portlets have been associated with the folder.

int[] GetAssociatedPortletIDs();

Return Value

An array of portlet object IDs associated with this folder. The returned array is not ordered.

Remarks

Note: If you are verifying a content item is searchable by checking if it is contained in a folder with an associated portlet ID be sure to check all parent folders for associated portlet IDs as well.

For more information about associating portlet IDs with folders, refer to the Administrator Guide for Plumtree Content Server.

Exceptions

Exception Type Condition
InvalidOperationException The folder has been deleted.

See Also

IFolder Interface | Plumtree.Remote.PRC.Content.Folder Namespace | Searchable | AddAssociatedPortletID | RemoveAssociatedPortletID