Click or drag to resize
InfoHelperEmptyInfo Property
Empty info object. Can be used instead of null in BaseInfo variables to mark the loaded value as not found to prevent additional calls.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static BaseInfo EmptyInfo { get; }

Property Value

Type: BaseInfo
See Also