DeviceProfileLayoutInfoProviderGetTargetLayoutIdInternal Method |
Returns a target layout identifier for the specified device profile and source layout.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax protected virtual int GetTargetLayoutIdInternal(
int deviceProfileId,
int sourceLayoutId
)
Parameters
- deviceProfileId
- Type: SystemInt32
Device profile identifier. - sourceLayoutId
- Type: SystemInt32
Source layout identifier.
Return Value
Type:
Int32See Also