Partager via


PageContentAdorner Constructor (Guid, String, String)

 

Initializes a new instance of the PageContentAdorner class with the specified identifier, display name, and description.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

protected PageContentAdorner(
    Guid id,
    string displayName,
    string description
)
protected:
PageContentAdorner(
    Guid id,
    String^ displayName,
    String^ description
)
Protected Sub New (
    id As Guid,
    displayName As String,
    description As String
)

Parameters

  • displayName
    Type: System.String

    The name that is displayed for the page.

See Also

PageContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top