The ImageCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an image to the text area. It can be referenced from the HTML content using
the key used as filename.
|
![]() | Contains |
Gets a value indicating whether the collection contains an image specified by key.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes the image with the specified key.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetImage |
Tries to get the image with the specified key.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also