Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IContentItem.Name Property

Gets or sets the content item name.

string Name {get; set;}

Property Value

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.

Exceptions

Exception Type Condition
InvalidOperationException The content item has already been removed.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace