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