Click or drag to resize
UIContextSecure Class
Wrapper class for UIContext secure parameters.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineUIContextSecure

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public class UIContextSecure : ISimpleDataContainer

The UIContextSecure type exposes the following members.

Constructors
  NameDescription
Public methodUIContextSecure
Constructor
Top
Properties
  NameDescription
Public propertyItem
Indexer property
Top
Methods
  NameDescription
Public methodGetValue
Returns value of column.
Public methodSetValue
Sets value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also