QuickLinkCreator members

Include protected members
Include inherited members

Provides a set of utilities to support creating quick links on the client.

The QuickLinkCreator type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetClientLink(String, String, String) Returns the JavaScript used to submit the form to create the quick link with the specified title, URL, and type parameters.
Public methodStatic member GetClientLink(String, String, String, String) Returns the JavaScript used to submit the form to create the quick link with the specified title, URL, type and the JavaScript function that is called when the user clicks the quick link.
Public methodStatic member GetClientLink(Object, String, String, String, String) Returns the JavaScript used to submit the form to create the quick link with the specified ID, title, URL, type and the JavaScript function that is called when the user clicks the quick link.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetLink(String) Returns the JavaScript used to submit the form to create the quick link with the specified type parameter.
Public methodStatic member GetLink(String, String) Returns the JavaScript used to submit the form to create the quick link with the specified ID and type parameters.
Public methodStatic member GetLink(String, String, String) Returns the JavaScript used to submit the form to create the quick link with the specified title, URL, and type parameters.
Public methodStatic member GetLink(String, String, String, String) Returns the JavaScript used to submit the form to create the quick link with the specified title, URL, type and the JavaScript function that is called when the user clicks the quick link.
Public methodStatic member GetPersonLink Returns the JavaScript used to submit the form to create the colleague quick link with the specified account parameter.
Public method GetType (Inherited from Object.)
Public methodStatic member Initialize Registers the necessary hidden fields and JavaScript on the page to support creating quick links.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

QuickLinkCreator class

Microsoft.Office.Server.WebControls namespace