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 | |
---|---|---|
WebAddInInfo() | Initializes a new instance of the WebAddInInfo class. |
Properties
Name | Description | |
---|---|---|
Desktop | Gets the metadata for the content page. |
|
Directory | Gets the directory name. |
|
Gadget | Gets the metadata for the gadget. |
|
GlobalEvents | Gets the global events that are specified for the web add-in. |
|
Guid | Gets the GUID of the web add-in. |
|
IsBuiltIn | Indicates whether the web add-in is a built-in component. |
|
Mobile | Gets the metadata for a mobile content page. |
|
Path | Gets the URL path for content pages. |
|
Popup | Indicates whether the content page should be opened by in a popup window. |
|
ServiceLinks | Gets the metadata for the service links. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetAppRelativePath(String) | Returns the relative path for a file in the add-in folder. |
|
GetCurrent(Guid) | Returns the WebAddInInfo object that is in the current context. |
|
GetHashCode() | (Inherited from Object.) |
|
GetPhysicalPath(String) | Returns the physical path for a file in the add-in folder. |
|
GetRequestPath(String) | Returns the request path for a webpage file. |
|
GetType() | (Inherited from Object.) |
|
GetVirtualPath(String) | Returns the absolute virtual path for a file in the add-in folder. |
|
MemberwiseClone() | (Inherited from Object.) |
|
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