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#
public bool IsEnabled { get; }
Visual Basic
Public ReadOnly Property IsEnabled As Boolean
	Get

Implements

IFileInfo..::..IsEnabled

See Also