Gets or sets a value indicating whether publish period is enabled for the file

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

Syntax

C#
public bool EnablePublishPeriod { get; set; }
Visual Basic
Public Property EnablePublishPeriod As Boolean
	Get
	Set

Implements

IFileInfo..::..EnablePublishPeriod

See Also