Gets or sets the content item name.
A string describing the content item name. The name cannot be null
, empty, or longer than 255 characters. The string used for the name will be trimmed of leading and trailing whitespace when it is stored and is case-insensitive during name comparison. To update the name of an existing, persisted item, IContentItemManager.CheckOutItem
needs to be called prior to this method, otherwise an InvalidOperationException
will be thrown. The updated name will not be persisted until IContentItemManager.CheckInItem
is called.
Exception Type | Condition |
---|---|
InvalidOperationException | The content item has already been removed. |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace