IStorage.Key
IStorage.Key method
Returns the name of the nth key, or null if n is greater than or equal to the number of key/value pairs.
public string Key(long n)
Parameter | Type | Description |
---|---|---|
n | Int64 | Number of storage item. |
Return Value
Key string.
See Also
- interface IStorage
- namespace Aspose.Html.Dom
- assembly Aspose.HTML