VariationsRootLandingRunTime class

Embedded in "/_controlstemplates/VariationsRootLanding.ascx" to render default run-time text when Variations Root Landing logic in the ascx file did not redirect the user to a Variation subsite.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Publishing.WebControls.VariationsRootLandingRunTime

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class VariationsRootLandingRunTime _
    Inherits WebControl
'Usage
Dim instance As VariationsRootLandingRunTime
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class VariationsRootLandingRunTime : WebControl

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

VariationsRootLandingRunTime members

Microsoft.SharePoint.Publishing.WebControls namespace