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)

System::Object
  Microsoft.WindowsServerSolutions.Web.Extensibility::ContentPageInfo

[SerializableAttribute]
public ref class ContentPageInfo 

NameDescription
System_CAPS_pubmethodContentPageInfo()

Initializes a new instance of the ContentPageInfo class.

NameDescription
System_CAPS_pubpropertyBrowserTitle

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

System_CAPS_pubpropertyDefaultSrc

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

System_CAPS_pubpropertyGuid

Gets the Guid of the parent WebAddIn.

System_CAPS_pubpropertyHeaderText

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

System_CAPS_pubpropertyLandingPageIcon

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

System_CAPS_pubpropertyNavigationGroup

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

System_CAPS_pubpropertyNavigationText

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

System_CAPS_pubpropertyParent

Gets the parent WebAddIn object of the content pages.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: