WebCenter Interaction API  
 

IPTSPortalCollection.Property Method

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.

Overload List

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);

Returns the IPTSFields corresponding to a portal property; looks up the property by name. The property may be one of the intrinsic properties that is present when the portal is installed, or may be one that was created (or migrated in) afterwards.

IPTSField Property(string);

See Also

IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace