Gets the file extension to use for protected files.

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

Syntax

C#
public string ProtectedExtension { get; }
Visual Basic
Public ReadOnly Property ProtectedExtension As String
	Get

See Also