Interface IFolderItem
Namespace: ImageVault.Common.Lib.IO
Assembly: ImageVault.Common.dll
Syntax
public interface IFolderItem
Properties
Name
The name of the item
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ReadText()
Reads the contents from the item as text
Declaration
string ReadText()
Returns
Type | Description |
---|---|
System.String |