Click or drag to resize
ModuleManagerGetContextProperty Method
Gets the value of context property.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static Object GetContextProperty(
	string name,
	string propertyName
)

Parameters

name
Type: SystemString
Context name
propertyName
Type: SystemString
Property name

Return Value

Type: Object
See Also