Click or drag to resize
InfoHelper Class
General info methods and properties
Inheritance Hierarchy
SystemObject
  CMS.DataEngineInfoHelper

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class InfoHelper

The InfoHelper type exposes the following members.

Constructors
  NameDescription
Public methodInfoHelper
Top
Fields
  NameDescription
Public fieldStatic memberCODENAME_AUTOMATIC
Constant for automatic code name
Public fieldStatic memberUNKNOWN_TYPEINFO
Type information.
Top
Properties
  NameDescription
Public propertyStatic memberEmptyInfo
Empty info object. Can be used instead of null in BaseInfo variables to mark the loaded value as not found to prevent additional calls.
Top
Methods
  NameDescription
Public methodStatic memberEnsureInfo
Ensures that the info variable is loaded with the given info. Caches the null value as BaseInfo.Empty info if the value wasn't provided, and returns null in that case.
Top
See Also