Click or drag to resize
InfoObjectCollectionGetObjectByNameInternal 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: 8.2.23
Syntax
C#
protected override BaseInfo GetObjectByNameInternal(
	string name
)

Parameters

name
Type: SystemString
Name of the object

Return Value

Type: BaseInfo
See Also