True if the version is published. False if it is not published yet

Namespace: DotNetNuke.Entities.Tabs.TabVersions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

See Also