CMSPortalManagerFindAllPlaceholders Method |
Returns the list of all the page placeholders using the given alias path.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax protected internal List<CMSPagePlaceholder> FindAllPlaceholders(
string aliasPath
)
Parameters
- aliasPath
- Type: SystemString
Alias path
Return Value
Type:
ListCMSPagePlaceholderSee Also