Share via


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
System_CAPS_pubmethod ContentPageInfo()

Initializes a new instance of the ContentPageInfo class.

Properties

Name Description
System_CAPS_pubproperty BrowserTitle

Gets or sets the title in the browser for content pages of the add-in.

System_CAPS_pubproperty DefaultSrc

Gets or sets the source path for the default content page.

System_CAPS_pubproperty Guid

Gets the Guid of the parent WebAddIn.

System_CAPS_pubproperty HeaderText

Gets or sets the text that is displayed in the header.

System_CAPS_pubproperty LandingPageIcon

Gets or sets the icon that is displayed in a mobile home page.

System_CAPS_pubproperty NavigationGroup

Gets or sets the text that is displayed for a group in the navigation bar.

System_CAPS_pubproperty NavigationText

Gets or sets the text that is displayed in the navigation bar.

System_CAPS_pubproperty Parent

Gets the parent WebAddIn object of the content pages.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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