UrlList
Contents
[
Hide
]UrlList class
List of urls for contact
Constructors
| Name | Description |
|---|---|
| UrlList |
Methods
| Name | Description |
|---|---|
| Add | Adds an item to the list. |
| Clear | Removes all items from the list. |
| Contains | Determines whether the list contains a specific value. |
| CopyTo | Copies the elements to an array, starting at a particular array index. |
| get_Blog | Default blog page |
| get_BusinessHomePage | Default work page |
| get_Count | Gets the number of elements contained in the T:System::Collections::ICollection . |
| get_Ftp | Default ftp page |
| get_HomePage | Default home page |
| get_IsReadOnly | |
| get_Profile | Default profile page |
| GetEnumerator | |
| idx_get | Gets the element at the specified index. |
| idx_set | Sets the element at the specified index. |
| IndexOf | Determines the index of a specific item in the list. |
| Insert | Inserts an item to the list at the specified index. |
| Remove | Removes the first occurrence of a specific object from the list. |
| RemoveAt | Removes the list item at the specified index. |
| set_Blog | Default blog page |
| set_BusinessHomePage | Default work page |
| set_Ftp | Default ftp page |
| set_HomePage | Default home page |
| set_Profile | Default profile page |