Click or drag to resize
IContext Interface
Context interface

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IContext : IVirtualHierarchicalObject, 
	IHierarchicalObject, INameIndexable

The IContext type exposes the following members.

Properties
  NameDescription
Public propertyItem
String indexer, gets or sets the value with the specified name
(Inherited from INameIndexable.)
Public propertyProperties
Properties of the object available through GetProperty.
(Inherited from IHierarchicalObject.)
Top
Methods
  NameDescription
Public methodGetProperty
Returns property with given name (either object or property value).
(Inherited from IHierarchicalObject.)
Public methodTryGetProperty(String, Object)
Returns property with given name (either object or property value).
(Inherited from IHierarchicalObject.)
Public methodTryGetProperty(String, Object, Boolean)
Returns property with given name (either object or property value).
(Inherited from IVirtualHierarchicalObject.)
Top
See Also