N2 API Documentation
SetDetail<(Of <T>)> Method (detailName, value)
NamespacesN2ContentItemSetDetail<(Of <T>)>(String, T)
Set a value into the Details bag. If a value with the same name already exists it is overwritten.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void SetDetail<T>(
	string detailName,
	T value
)
Protected Overridable Sub SetDetail(Of T) ( _
	detailName As String, _
	value As T _
)
protected:
generic<typename T>
virtual void SetDetail (
	String^ detailName, 
	T value
)
Generic Template Parameters
T
Parameters
detailName (String)
The name of the item to set.
value (T)
The value to set. If this parameter is null the detail is removed.

Assembly: N2 (Module: N2) Version: 1.0.204.35916