Click or drag to resize
UIContextHelperGetApplicationHash Method (String, String)
Gets the application hash (starting with #)

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetApplicationHash(
	string moduleName,
	string elementName
)

Parameters

moduleName
Type: SystemString
Module name
elementName
Type: SystemString
Element name

Return Value

Type: String
See Also