Share via


WebAddInInfo.GetCurrent Method (Guid)

 

Returns the WebAddInInfo object that is in the current context.

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

Syntax

public static WebAddInInfo GetCurrent(
    Guid id
)
public:
static WebAddInInfo^ GetCurrent(
    Guid id
)
Public Shared Function GetCurrent (
    id As Guid
) As WebAddInInfo

Parameters

Return Value

Type: Microsoft.WindowsServerSolutions.Web.Extensibility.WebAddInInfo

An instance of WebAddInInfo.

See Also

WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top