N2 API Documentation
Item Property (detailName)
NamespacesN2ContentItemItem[([String])]
Gets or sets the detail or property with the supplied name. If a property with the supplied name exists this is always returned in favour of any detail that might have the same name.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object this[
	string detailName
]{ get; set;}
Public Overridable Default Property Item ( _
	detailName As String _
) As Object
public:
virtual property Object^ default[String^ detailName] {
	Object^ get (String^ detailName);
	void set (String^ detailName, Object^ value);
}
Parameters
detailName (String)
The name of the propery or detail.
Return Value
The value of the property or detail. If now property exists null is returned.

Assembly: N2 (Module: N2) Version: 1.0.204.35916