ConnectionRunAt Enumeration
NOTE: This API is now obsolete.
Specifies whether the implementation of a Web Part connection interface can run on the server or by rendering client script.
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")> _
Public Enumeration ConnectionRunAt
'Usage
Dim instance As ConnectionRunAt
[ObsoleteAttribute("Use ConnectionProvider or ConnectionConsumer attribute to create ConnectionPoint instead.")]
public enum ConnectionRunAt
Members
Member name | Description | |
---|---|---|
None | Obsolete. Indicates that the interface implementation cannot currently support connections. | |
Server | Obsolete. Indicates that the interface implementation can run connection code on the server | |
Client | Obsolete. Indicates that the interface implementation can render client script for connections. | |
ServerAndClient | Obsolete. Indicates that the interface implementation can run connection code on the server and can render client script for connections |