WebPartManager.CreateDynamicConnectionID Method

Definition

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

C#
protected virtual string CreateDynamicConnectionID();

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

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

See also