PageTemplateInfoProviderRemovePageTemplateFromSite Method |
Removes page template from site.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public static void RemovePageTemplateFromSite(
int templateId,
int siteId
)
Parameters
- templateId
- Type: SystemInt32
Page template ID - siteId
- Type: SystemInt32
Site ID
See Also