Aspose::Email::PersonalInfo::UrlList Class Reference

List of urls for contact More...

Inherits System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::PersonalInfo::Url > >.

Public Member Functions

System::String get_Profile ()
 Default profile page More...
 
void set_Profile (System::String value)
 Default profile page More...
 
System::String get_HomePage ()
 Default home page More...
 
void set_HomePage (System::String value)
 Default home page More...
 
System::String get_BusinessHomePage ()
 Default work page More...
 
void set_BusinessHomePage (System::String value)
 Default work page More...
 
System::String get_Ftp ()
 Default ftp page More...
 
void set_Ftp (System::String value)
 Default ftp page More...
 
System::String get_Blog ()
 Default blog page More...
 
void set_Blog (System::String value)
 Default blog page More...
 
int32_t get_Count () const override
 Gets the number of elements contained in the T:System::Collections::ICollection. More...
 
bool get_IsReadOnly () const override
 
void Add (const System::SharedPtr< Url > &value) override
 Adds an item to the list. More...
 
void Insert (int32_t index, const System::SharedPtr< Url > &value) override
 Inserts an item to the list at the specified index. More...
 
System::SharedPtr< Urlidx_get (int32_t index) const override
 Gets the element at the specified index. More...
 
void idx_set (int32_t index, System::SharedPtr< Url > value) override
 Sets the element at the specified index. More...
 
bool Contains (const System::SharedPtr< Url > &value) const override
 Determines whether the list contains a specific value. More...
 
void Clear () override
 Removes all items from the list. More...
 
int32_t IndexOf (const System::SharedPtr< Url > &value) const override
 Determines the index of a specific item in the list. More...
 
bool Remove (const System::SharedPtr< Url > &value) override
 Removes the first occurrence of a specific object from the list. More...
 
void RemoveAt (int32_t index) override
 Removes the list item at the specified index. More...
 
void CopyTo (System::ArrayPtr< System::SharedPtr< Url >> array, int32_t index) override
 Copies the elements to an array, starting at a particular array index. More...
 
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Url > > > GetEnumerator () override
 
 UrlList ()
 

Protected Member Functions

virtual ~UrlList ()
 

Detailed Description

List of urls for contact

Constructor & Destructor Documentation

◆ UrlList()

Aspose::Email::PersonalInfo::UrlList::UrlList ( )

◆ ~UrlList()

virtual Aspose::Email::PersonalInfo::UrlList::~UrlList ( )
protectedvirtual

Member Function Documentation

◆ Add()

void Aspose::Email::PersonalInfo::UrlList::Add ( const System::SharedPtr< Url > &  value)
override

Adds an item to the list.

Parameters
valueThe T:System::Object to add to the list.
Returns
The position into which the new element was inserted.

◆ Clear()

void Aspose::Email::PersonalInfo::UrlList::Clear ( )
override

Removes all items from the list.

◆ Contains()

bool Aspose::Email::PersonalInfo::UrlList::Contains ( const System::SharedPtr< Url > &  value) const
override

Determines whether the list contains a specific value.

Parameters
valueThe object to locate in the list.
Returns
true if the object is found in the list; otherwise, false.

◆ CopyTo()

void Aspose::Email::PersonalInfo::UrlList::CopyTo ( System::ArrayPtr< System::SharedPtr< Url >>  array,
int32_t  index 
)
override

Copies the elements to an array, starting at a particular array index.

Parameters
arrayThe one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing.
indexThe zero-based index in array at which copying begins.

◆ get_Blog()

System::String Aspose::Email::PersonalInfo::UrlList::get_Blog ( )

Default blog page

◆ get_BusinessHomePage()

System::String Aspose::Email::PersonalInfo::UrlList::get_BusinessHomePage ( )

Default work page

◆ get_Count()

int32_t Aspose::Email::PersonalInfo::UrlList::get_Count ( ) const
override

Gets the number of elements contained in the T:System::Collections::ICollection.

Returns
The number of elements contained in the T:System::Collections::ICollection.

◆ get_Ftp()

System::String Aspose::Email::PersonalInfo::UrlList::get_Ftp ( )

Default ftp page

◆ get_HomePage()

System::String Aspose::Email::PersonalInfo::UrlList::get_HomePage ( )

Default home page

◆ get_IsReadOnly()

bool Aspose::Email::PersonalInfo::UrlList::get_IsReadOnly ( ) const
override

◆ get_Profile()

System::String Aspose::Email::PersonalInfo::UrlList::get_Profile ( )

Default profile page

◆ GetEnumerator()

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Url> > > Aspose::Email::PersonalInfo::UrlList::GetEnumerator ( )
override

Returns an enumerator that iterates through a collection.

Returns
An T:System::Collections::IEnumerator object that can be used to iterate through the collection.

◆ idx_get()

System::SharedPtr<Url> Aspose::Email::PersonalInfo::UrlList::idx_get ( int32_t  index) const
override

Gets the element at the specified index.

Parameters
indexThe zero-based index of the element to get or set.
Returns
The element at the specified index.

◆ idx_set()

void Aspose::Email::PersonalInfo::UrlList::idx_set ( int32_t  index,
System::SharedPtr< Url value 
)
override

Sets the element at the specified index.

Parameters
indexThe zero-based index of the element to get or set.
valueThe element at the specified index.

◆ IndexOf()

int32_t Aspose::Email::PersonalInfo::UrlList::IndexOf ( const System::SharedPtr< Url > &  value) const
override

Determines the index of a specific item in the list.

Parameters
valueThe T:System::Object to locate in the list.
Returns
The index of value if found in the list; otherwise, -1.

◆ Insert()

void Aspose::Email::PersonalInfo::UrlList::Insert ( int32_t  index,
const System::SharedPtr< Url > &  value 
)
override

Inserts an item to the list at the specified index.

Parameters
indexThe zero-based index at which value should be inserted.
valueThe T:System::Object to insert into the list.

◆ Remove()

bool Aspose::Email::PersonalInfo::UrlList::Remove ( const System::SharedPtr< Url > &  value)
override

Removes the first occurrence of a specific object from the list.

Parameters
valueThe T:System::Object to remove from the list.

◆ RemoveAt()

void Aspose::Email::PersonalInfo::UrlList::RemoveAt ( int32_t  index)
override

Removes the list item at the specified index.

Parameters
indexThe zero-based index of the item to remove.

◆ set_Blog()

void Aspose::Email::PersonalInfo::UrlList::set_Blog ( System::String  value)

Default blog page

◆ set_BusinessHomePage()

void Aspose::Email::PersonalInfo::UrlList::set_BusinessHomePage ( System::String  value)

Default work page

◆ set_Ftp()

void Aspose::Email::PersonalInfo::UrlList::set_Ftp ( System::String  value)

Default ftp page

◆ set_HomePage()

void Aspose::Email::PersonalInfo::UrlList::set_HomePage ( System::String  value)

Default home page

◆ set_Profile()

void Aspose::Email::PersonalInfo::UrlList::set_Profile ( System::String  value)

Default profile page