Freigeben über


LastModifiedIndicator.Render-Methode

HINWEIS: Diese API ist veraltet.

Rendert ein LastModifiedIndicator-Objekt mit dem HtmlTextWriter -Objekt.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<ObsoleteAttribute("Use the last modified field value instead", False)> _
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.Render(writer)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[ObsoleteAttribute("Use the last modified field value instead", false)]
protected override void Render(
    HtmlTextWriter writer
)

Parameter

Siehe auch

Referenz

LastModifiedIndicator Klasse

LastModifiedIndicator-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace