Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ConnectionRunAt enumeration specifies whether the implementation of a Web Part connection interface can run on the server or by rendering client script.
Members
The following table shows the members of the ConnectionRunAt enumeration and a brief description of each.
Name | Description |
---|---|
Client | The interface implementation can render client script for connections. |
None | The interface implementation cannot currently support connections. |
Server | The interface implementation can run connection code on the server. |
ServerAndClient | The interface implementation can run connecton code on the server and can render client script for connections. |
Requirements
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Platforms: Microsoft Windows Server 2003
Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)
Security: Code Access Security