Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPropertyManager.CreateTextBlockProperty Method 

Creates a text block property.

ITextBlockProperty CreateTextBlockProperty(
   string name,
   string description
);

Parameters

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

Return Value

An ITextBlockProperty.

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