Show / Hide Table of Contents

Class FileItem

Inheritance
object
FileItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public class FileItem

Constructors

FileItem(string, string)

Declaration
public FileItem(string value, string text)
Parameters
Type Name Description
string value
string text

Properties

Text

Declaration
public string Text { get; }
Property Value
Type Description
string

Value

Declaration
public string Value { get; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS