Share via


WebAddInInfo Class

 

Provides the metadata for the web add-in.

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

Inheritance Hierarchy

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

Syntax

public class WebAddInInfo
public ref class WebAddInInfo 
Public Class WebAddInInfo

Constructors

Name Description
System_CAPS_pubmethod WebAddInInfo()

Initializes a new instance of the WebAddInInfo class.

Properties

Name Description
System_CAPS_pubproperty Desktop

Gets the metadata for the content page.

System_CAPS_pubproperty Directory

Gets the directory name.

System_CAPS_pubproperty Gadget

Gets the metadata for the gadget.

System_CAPS_pubproperty GlobalEvents

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

System_CAPS_pubproperty Guid

Gets the GUID of the web add-in.

System_CAPS_pubproperty IsBuiltIn

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

System_CAPS_pubproperty Mobile

Gets the metadata for a mobile content page.

System_CAPS_pubproperty Path

Gets the URL path for content pages.

System_CAPS_pubproperty Popup

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

System_CAPS_pubproperty ServiceLinks

Gets the metadata for the service links.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAppRelativePath(String)

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

System_CAPS_pubmethodSystem_CAPS_static GetCurrent(Guid)

Returns the WebAddInInfo object that is in the current context.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPhysicalPath(String)

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

System_CAPS_pubmethod GetRequestPath(String)

Returns the request path for a webpage file.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetVirtualPath(String)

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

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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