Click or drag to resize
CMSPortalManagerFindAllPlaceholders Method
Returns the list of all the page placeholders using the given alias path.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
protected internal List<CMSPagePlaceholder> FindAllPlaceholders(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString
Alias path

Return Value

Type: ListCMSPagePlaceholder
See Also