Plumtree Tags API  
 

AttributeType Class

This enumeration specifies the type of an attribute. If the input value of a required attribute cannot be converted to the correct type, an error will be raised and the tag will not be displayed (for required attributes only).

Information about valid inputs for each type is provided with each enumeration value. In general, the Tag Framework uses the XPConvert class to convert the string attribute value into the appropriate type.

For a list of all members of this type, see AttributeType Members.

System.Object
   com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType

public class AttributeType

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.tags.metadata

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

AttributeType Members | com.plumtree.portaluiinfrastructure.tags.metadata Namespace | XPConvert