Share via


QuickLinkCreator.GetClientLink Method (Object, 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 GetClientLink ( _
    objID As Object, _
    strTitle As String, _
    strClientGetScript As String, _
    strType As String, _
    strRedirectScript As String _
) As String
'Usage
Dim objID As Object
Dim strTitle As String
Dim strClientGetScript As String
Dim strType As String
Dim strRedirectScript As String
Dim returnValue As String

returnValue = QuickLinkCreator.GetClientLink(objID, _
    strTitle, strClientGetScript, strType, _
    strRedirectScript)
public static string GetClientLink(
    Object objID,
    string strTitle,
    string strClientGetScript,
    string strType,
    string strRedirectScript
)

Parameters

Return Value

Type: System.String

See Also

Reference

QuickLinkCreator Class

QuickLinkCreator Members

GetClientLink Overload

Microsoft.Office.Server.WebControls Namespace