Gets or sets the date on which the file starts to be published

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

Syntax

C#
public DateTime StartDate { get; set; }
Visual Basic
Public Property StartDate As DateTime
	Get
	Set

Implements

IFileInfo..::..StartDate

See Also