QuickLinkCreator.GetLink Method (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 ( _
strType As String _
) As String
'Usage
Dim strType As String
Dim returnValue As String
returnValue = QuickLinkCreator.GetLink(strType)
public static string GetLink(
string strType
)
Parameters
- strType
Type: System.String
Return Value
Type: System.String