summaryP:DotNetNuke.Services.FileSystem.FileInfo.Height

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

Syntax

C#
[XmlElementAttribute("height")]
public int Height { get; set; }
Visual Basic
<XmlElementAttribute("height")> 
Public Property Height As Integer
	Get
	Set

Implements

IFileInfo..::..Height

See Also