Click or drag to resize

CombineHandlerContext Class

Represents combine handler context.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsCombineHandlerContext

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[SerializableAttribute]
public class CombineHandlerContext

The CombineHandlerContext type exposes the following members.

Properties
  NameDescription
Public propertyResources
Gets the list of resource files associated with this context.
Public propertyToken
Gets the token associated with this context.
Top
Methods
  NameDescription
Public methodStatic memberCreate(String)
Creates new context.
Public methodStatic memberCreate(String, String)
Creates new context.
Public methodStatic memberDelete
Deletes specified context.
Public methodStatic memberGenerateToken
Generates new token.
Public methodStatic memberRetrieve
Retrieves specified context.
Top
Remarks