WebPartManager.CreateDynamicConnectionID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.