WebPartManager.CreateDynamicConnectionID Method

Definition

Gets a unique value to serve as an ID for a dynamic connection.

protected:
 virtual System::String ^ CreateDynamicConnectionID();
protected virtual string CreateDynamicConnectionID ();
abstract member CreateDynamicConnectionID : unit -> string
override this.CreateDynamicConnectionID : unit -> string
Protected Overridable Function CreateDynamicConnectionID () As String

Returns

A string that contains a unique ID for a connection.

Remarks

The CreateDynamicConnectionID method generates a GUID value and converts it to a string to serve as the unique ID for a connection. The method is called each time a dynamic connection is created.

Notes to Inheritors

Developers can override this method in a derived WebPartManager class to change the implementation for generating a unique ID.

Applies to

See also