Click or drag to resize
InfoObjectCollectionTInfoGetObjectByNameInternal Method
Gets the object by its name, internal representation that gets data from database

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual TInfo GetObjectByNameInternal(
	string name
)

Parameters

name
Type: SystemString
Name of the object

Return Value

Type: TInfo
See Also