Plumtree EDK (Enterprise Web Development Kit) 5.4.0

PortalField.ForID Method 

Creates a PortalField from a propertyId.

public static PortalField ForID(
   int propertyId
);

Parameters

propertyId
id of user-created property. Must be > 100.

Return Value

PortalField

Remarks

The result of GetActualName() will be the String "ptportal.propertyid." plus the propertyId.

Exceptions

Exception Type Condition
ArgumentException if propertyId is less than 100

See Also

PortalField Class | Plumtree.Remote.PRC.Search Namespace