N2 API Documentation
ItemAttribute Constructor (title, name)
NamespacesN2ItemAttributeItemAttributeItemAttributeNew(String, String)
Initializes a new instance of ItemAttribute class.
Declaration Syntax
C#Visual BasicVisual C++
public ItemAttribute(
	string title,
	string name
)
Public Sub New ( _
	title As String, _
	name As String _
)
public:
ItemAttribute (
	String^ title, 
	String^ name
)
Parameters
title (String)
The title used when presenting this item type to editors.
name (String)
The name/discriminator needed to map the appropriate type with content data when retrieving from persistence. When this is null the type's full name is used.

Assembly: N2 (Module: N2) Version: 1.0.204.35916