Click or drag to resize
BaseInfoGetDefaultObject Method
Returns default object of given object type. Has to be overridden in specific info. Returns null by default. Example is UserInfo which returns user specified in the settings or Global Administrator.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual BaseInfo GetDefaultObject()

Return Value

Type: BaseInfo
See Also