Represents a collection of LinkedResource objects
More...
Inherits System::Collections::ObjectModel::Collection< System::SharedPtr< LinkedResource > >.
Represents a collection of LinkedResource objects
◆ LinkedResourceCollection()
| Aspose::Email::LinkedResourceCollection::LinkedResourceCollection |
( |
| ) |
|
◆ ~LinkedResourceCollection()
| virtual Aspose::Email::LinkedResourceCollection::~LinkedResourceCollection |
( |
| ) |
|
|
protectedvirtual |
◆ Clear()
| void Aspose::Email::LinkedResourceCollection::Clear |
( |
bool |
removeHtmlLinks | ) |
|
Removes all elements from this collection.
- Parameters
-
| removeHtmlLinks | Defines need remove links from html body or not. |
◆ ClearItems()
| void Aspose::Email::LinkedResourceCollection::ClearItems |
( |
| ) |
|
|
overrideprotected |
◆ ContainsId()
| bool Aspose::Email::LinkedResourceCollection::ContainsId |
( |
System::String |
contentId | ) |
|
◆ Dispose()
| void Aspose::Email::LinkedResourceCollection::Dispose |
( |
| ) |
|
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
◆ InsertItem()
Inserts an element into the T:System::Collections::ObjectModel::Collection`1 at the specified index.
- Parameters
-
| index | The zero-based index at which item should be inserted. |
| item | The object to insert. The value can be null for reference types. |
- Exceptions
-
◆ Remove()
◆ RemoveAt()
| void Aspose::Email::LinkedResourceCollection::RemoveAt |
( |
int32_t |
index, |
|
|
bool |
removeHtmlLink |
|
) |
| |
Removes the element at the specified index from this collection.
- Parameters
-
| index | The zero-based index of the element to remove. |
| removeHtmlLink | Defines need remove link from html body or not. |
◆ RemoveItem()
| void Aspose::Email::LinkedResourceCollection::RemoveItem |
( |
int32_t |
index | ) |
|
|
overrideprotected |
◆ SetItem()
Replaces the element at the specified index.
- Parameters
-
| index | The zero-based index of the element to replace. |
| item | The new value for the element at the specified index. The value can be null for reference types. |
- Exceptions
-
◆ SetTemplateWeakPtr()
| void Aspose::Email::LinkedResourceCollection::SetTemplateWeakPtr |
( |
uint32_t |
argument | ) |
|
|
override |
◆ LinkedResourceCollectionChanged
| System::EventHandler Aspose::Email::LinkedResourceCollection::LinkedResourceCollectionChanged |
◆ LinkedResourceRemoved