Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPropertyManager.CreateDateProperty Method 

Creates a date property.

IDateProperty CreateDateProperty(
   string name,
   string description
);

Parameters

name
Name of the property 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.
description
Description of the property; cannot be null or longer than 255 characters.

Return Value

An IDateProperty.

Exceptions

Exception Type Condition
ArgumentException The name or description is a string longer than 255 characters.

See Also

IPropertyManager Interface | Plumtree.Remote.PRC.Content.Property Namespace