Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPresentationTemplate.Name Property

Gets or sets the Presentation Template name.

string Name {get; set;}

Property Value

A string describing the Presentation Template 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.

Exceptions

Exception Type Condition
InvalidOperationException The Presentation Template has already been removed.

See Also

IPresentationTemplate Interface | Plumtree.Remote.PRC.Content.PresentationTemplate Namespace