ContentPageInfo Class
Provides the information for the content pages of an add-in.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Web.Extensibility.ContentPageInfo
Syntax
[SerializableAttribute]
public class ContentPageInfo
[SerializableAttribute]
public ref class ContentPageInfo
<SerializableAttribute>
Public Class ContentPageInfo
Constructors
Name | Description | |
---|---|---|
ContentPageInfo() | Initializes a new instance of the ContentPageInfo class. |
Properties
Name | Description | |
---|---|---|
BrowserTitle | Gets or sets the title in the browser for content pages of the add-in. |
|
DefaultSrc | Gets or sets the source path for the default content page. |
|
Guid | Gets the Guid of the parent WebAddIn. |
|
HeaderText | Gets or sets the text that is displayed in the header. |
|
LandingPageIcon | Gets or sets the icon that is displayed in a mobile home page. |
|
NavigationGroup | Gets or sets the text that is displayed for a group in the navigation bar. |
|
NavigationText | Gets or sets the text that is displayed in the navigation bar. |
|
Parent | Gets the parent WebAddIn object of the content pages. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
This class supports the infrastructure and should not be used directly in your code.
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
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top