Represents the File object and holds the Properties of that object

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("file", IsNullable = false)]
public class FileInfo : BaseEntityInfo, IHydratable, 
	IFileInfo
Visual Basic
<SerializableAttribute>
<XmlRootAttribute("file", IsNullable := false)> 
Public Class FileInfo
	Inherits BaseEntityInfo
	Implements IHydratable, IFileInfo

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Services.FileSystem..::..FileInfo

See Also