UrlCategory

UrlCategory class

Represents category for a URL

The UrlCategory type exposes the following members:

Constructors

NameDescription
UrlCategory(description)Initializes a new instance of the UrlCategory class

Properties

NameDescription
profileProfile URL
home_pageHome page URL
homeContact’s home-related site.
workContact’s work-related site.
blogBlog URL
ftpFtp URL
customCustom page URL
valueGets category of a URL
descriptionGets description for the ‘Custom’ category of a URL
PROFILE_VALUEString value for ‘Profile’ category
HOME_PAGE_VALUEString value for ‘HomePage’ category
HOME_VALUEString value for ‘Home’ category
WORK_VALUEString value for ‘Work’ category
BLOG_VALUEString value for ‘Blog’ category
FTP_VALUEString value for ‘Ftp’ category
CUSTOM_VALUEString value for ‘Custom’ category

Methods

NameDescription
equals(other)

See Also