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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected internal List<CMSPagePlaceholder> FindAllPlaceholders(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString
Alias path

Return Value

Type: ListCMSPagePlaceholder
See Also