PageTemplateDeviceLayoutInfoProviderGetTemplateDeviceLayoutInfoInternal Method (Int32, Int32) |
Returns TemplateDeviceInfo for specified template and device profile.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax protected virtual PageTemplateDeviceLayoutInfo GetTemplateDeviceLayoutInfoInternal(
int templateId,
int deviceProfileId
)
Parameters
- templateId
- Type: SystemInt32
Template id - deviceProfileId
- Type: SystemInt32
Device profile id
Return Value
Type:
PageTemplateDeviceLayoutInfoSee Also