Solid Edge Framework Type Library
GetSharePointServerType Method
Specifies the URL file name for which the server type is returned.
Member of the SPServerType constant set that specifies the server type.
Description
This method returns the SharePoint server type for the specified file name.
Syntax
Visual Basic
Public Sub GetSharePointServerType( _
   ByVal Filename As String, _
   ByRef SPServerType As SPServerType, _
   Optional ByRef bProcessChecks As Variant _
) 
Parameters
Filename
Specifies the URL file name for which the server type is returned.
SPServerType
ValueDescription
SERVER_TYPE_NOT_SHAREPOINTNot a SharePoint Server
SHAREPOINT_V1_SERVERSharePoint V1 Server
SHAREPOINT_V2_SERVERSharePoint V2 Server
SHAREPOINT_V3_SERVERSharePoint V3 Server
SHAREPOINT_V4_SERVERSharePoint 2010 Server
Member of the SPServerType constant set that specifies the server type.
bProcessChecks
See Also

Insight Object  | Insight Members

Send comments on this topic.