summaryP:DotNetNuke.Services.FileSystem.FileInfo.FileAttributes

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

Syntax

C#
public Nullable<FileAttributes> FileAttributes { get; }
Visual Basic
Public ReadOnly Property FileAttributes As Nullable(Of FileAttributes)
	Get

Implements

IFileInfo..::..FileAttributes

See Also