Click or drag to resize
SharePointVersion Class
Contains known SharePoint version constants.
Inheritance Hierarchy
SystemObject
  CMS.SharePointSharePointVersion

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public static class SharePointVersion

The SharePointVersion type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSHAREPOINT_2010
Specifies SharePoint 2010.
Public fieldStatic memberSHAREPOINT_2013
Specifies SharePoint 2013.
Public fieldStatic memberSHAREPOINT_ONLINE
Specifies SharePoint Online.
Top
See Also