Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- id 
 Type: System.Guid- The identifier of the page. 
- displayName 
 Type: System.String- The name that is displayed for the page. 
- description 
 Type: System.String- The description of the page. 
See Also
PageContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top