Creates an item under this item from a master.
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);
Item Class | Sitecore.Data.Items Namespace