Gets a value indicating whether the file is enabled, considering if the publish period is active and if the current date is within the publish period

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

Syntax

C#
bool IsEnabled { get; }
Visual Basic
ReadOnly Property IsEnabled As Boolean
	Get

See Also