WebAddInInfo Class

 

Provides the metadata for the web add-in.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

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

public ref class WebAddInInfo 

NameDescription
System_CAPS_pubmethodWebAddInInfo()

Initializes a new instance of the WebAddInInfo class.

NameDescription
System_CAPS_pubpropertyDesktop

Gets the metadata for the content page.

System_CAPS_pubpropertyDirectory

Gets the directory name.

System_CAPS_pubpropertyGadget

Gets the metadata for the gadget.

System_CAPS_pubpropertyGlobalEvents

Gets the global events that are specified for the web add-in.

System_CAPS_pubpropertyGuid

Gets the GUID of the web add-in.

System_CAPS_pubpropertyIsBuiltIn

Indicates whether the web add-in is a built-in component.

System_CAPS_pubpropertyMobile

Gets the metadata for a mobile content page.

System_CAPS_pubpropertyPath

Gets the URL path for content pages.

System_CAPS_pubpropertyPopup

Indicates whether the content page should be opened by in a popup window.

System_CAPS_pubpropertyServiceLinks

Gets the metadata for the service links.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAppRelativePath(String^)

Returns the relative path for a file in the add-in folder.

System_CAPS_pubmethodSystem_CAPS_staticGetCurrent(Guid)

Returns the WebAddInInfo object that is in the current context.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPhysicalPath(String^)

Returns the physical path for a file in the add-in folder.

System_CAPS_pubmethodGetRequestPath(String^)

Returns the request path for a webpage file.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetVirtualPath(String^)

Returns the absolute virtual path for a file in the add-in folder.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: