Click or drag to resize
ObjectTypeTreeNode Constructor (String, ObjectTreeLocation, Boolean)
Constructor which creates the tree node from location

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectTypeTreeNode(
	string objectType,
	ObjectTreeLocation location,
	bool parentSiteValue
)

Parameters

objectType
Type: SystemString
Object type
location
Type: CMS.DataEngineObjectTreeLocation
Tree location
parentSiteValue
Type: SystemBoolean
Parent site value
See Also