Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IFolder.Name Property

Gets or sets the folder name.

string Name {get; set;}

Property Value

A string describing the folder 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 folder has been removed.

See Also

IFolder Interface | Plumtree.Remote.PRC.Content.Folder Namespace