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
id
Type: System.GuidThe identifier of the page.
displayName
Type: System.StringThe name that is displayed for the page.
description
Type: System.StringThe description of the page.
See Also
PageContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top