StssyncHandler.GetStssyncAppNameForType Method

Applies to: SharePoint Foundation 2010

Based on the specified synchronization type, returns the display name of the application that is registered to handle the Stssync protocol, which is used for synchronizing events lists and contacts lists in Microsoft SharePoint Foundation with a client application.

expression.GetStssyncAppNameForType(pbstrType As String)

Parameters

expression

An expression that returns an StssyncHandler Control object.

pbstrType

A string that specifies the list synchronization type, which can be documents, calendar, contacts, tasks, or discussions.

Return Value

A String that contains the display name of the application.

See Also

Concepts

Extending the Connect To Control