Click or drag to resize
PageTemplateDeviceLayoutInfoProvider.GetFullNameDictionary Method
Creates new dictionary for caching the objects by full name

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
public ProviderInfoDictionary<string> GetFullNameDictionary()

Return Value

Type: ProviderInfoDictionary<String>

Implements

IFullNameInfoProvider.GetFullNameDictionary()
See Also