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