Share via


QuickLinkCreator.GetLink Method (String, String)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared Function GetLink ( _
    strGuid As String, _
    strType As String _
) As String
'Usage
Dim strGuid As String
Dim strType As String
Dim returnValue As String

returnValue = QuickLinkCreator.GetLink(strGuid, _
    strType)
public static string GetLink(
    string strGuid,
    string strType
)

Parameters

Return Value

Type: System.String

See Also

Reference

QuickLinkCreator Class

QuickLinkCreator Members

GetLink Overload

Microsoft.Office.Server.WebControls Namespace