WebPartManager.CreateDynamicConnectionID Method
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
A string that contains a unique ID for a connection.
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.
Developers can override this method in a derived WebPartManager class to change the implementation for generating a unique ID.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: