N2 API Documentation
Details Property
NamespacesN2ContentItemDetails
Gets or sets the details collection. These are usually accessed using the e.g. item["Detailname"]. This is a place to store content data.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IDictionary<string, ContentDetail> Details{ get; set;}
Public Overridable Property Details As IDictionary(Of String, ContentDetail)
public:
virtual property IDictionary<String^, ContentDetail^>^ Details {
	IDictionary<String^, ContentDetail^>^ get ();
	void set (IDictionary<String^, ContentDetail^>^ value);
}

Assembly: N2 (Module: N2) Version: 1.0.204.35916