Click or drag to resize
ISharePointServiceIsConnectionSupported Method
Tells you whether connection parameters can be used by instantiated SharePoint service implementation (eg. the authentication mode might not be supported).

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
bool IsConnectionSupported()

Return Value

Type: Boolean
True if connection parameters can be used by current implementation, false otherwise.
See Also