Class FileItem
This class handles basic elements about File Items. Is is a basic Get/Set for Value and Text.
Inheritance
System.Object
FileItem
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public class FileItem : object
Constructors
| Improve this Doc View SourceFileItem(String, String)
Initializes a new instance of the FileItem class.
Declaration
public FileItem(string value, string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
System.String | text | The text. |
Properties
| Improve this Doc View SourceText
Gets the text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |