Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

PortalField.ForID Method 

Creates a PortalField from a property ID.

public static PortalField ForID(
   int propertyId
);

Parameters

propertyId
The ID of the user-created property. Must be > 100.

Return Value

A PortalField.

Remarks

The result of GetActualName() will be the string "ptportal.propertyid." plus the propertyID.

Exceptions

Exception Type Condition
ArgumentException The propertyId is less than 100

See Also

PortalField Class | Plumtree.Remote.PRC.Search Namespace