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.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax bool IsConnectionSupported()
Return Value
Type:
BooleanTrue if connection parameters can be used by current implementation, false otherwise.
See Also