Sitecore 5.0 API

Item.Add Method

Creates an item under this item from a master.

Overload List

Creates an item under this item from a master.

public Item Add(string,MasterItem);

Creates an item under this item from a template.

public Item Add(string,TemplateItem);

Creates an item under this item from a master ID.

public Item Add(string,MasterID);

Creates an item under this item from a template ID.

public Item Add(string,TemplateID);

See Also

Item Class | Sitecore.Data.Items Namespace