summaryP:DotNetNuke.Services.FileSystem.FileInfo.Width

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

Syntax

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

Implements

IFileInfo..::..Width

See Also