| 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: 13.0.131
 Syntax
Syntaxprotected internal List<CMSPagePlaceholder> FindAllPlaceholders(
	string aliasPath
)
Parameters
- aliasPath
- Type: SystemString
 Alias path
Return Value
Type: 
ListCMSPagePlaceholder See Also
See Also