ContentPageInfo Class
Provides the information for the content pages of an add-in.
Assembly: Wssg.Web (in Wssg.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ContentPageInfo() | Initializes a new instance of the ContentPageInfo class. |
| 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. |
| 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.) |
This class supports the infrastructure and should not be used directly in your code.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


