IStorage.SetItem
IStorage.SetItem method
Sets the value of the pair identified by key to value, creating a new key/value pair if none existed for key previously.
public void SetItem(String key, String value)
Parameter | Type | Description |
---|---|---|
key | String | Item key String. |
value | String | Item value String. |
See Also
- interface IStorage
- package com.aspose.html.dom
- package Aspose.HTML