IContext MembersKentico 8.0 API Reference
The IContext type exposes the following members.
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.)
Back to Top
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.)
Back to Top
See Also