Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetDefaultObject Method
Returns default object of given object type. 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: 13.0.131
Syntax
C#
public BaseInfo GetDefaultObject()

Return Value

Type: BaseInfo
See Also