WebCenter Interaction API  
 

IPTSPortalCollection.Property Method (Int32)

Returns the IPTSFields corresponding to a portal property; looks up the property by the object ID of the Property object. This may be one of the intrinsic properties that is present when the portal is installed (see the PT_PROPERTY_* values from PT_INTRINSICS, not the values from PT_PROPIDS), or may be a property that was created or migrated in later.

IPTSField Property(
   int propertyID
);

Parameters

propertyID
object ID of the desired property.

See Also

IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace | IPTSPortalCollection.Property Overload List