JAMS Developer Guide
Check Method (DateType)


MVPSI.JAMS Namespace > DateType Class : Check Method
The DateType ID of the validated DateType.
The DateType Name that we want to check.
The access to the dateType that we want.
The JAMS Server that should do the check.
Checks a DateType against a JAMS Server.
Syntax
'Declaration
 
Public Shared Function Check( _
   ByRef dateTypeID As System.Integer, _
   ByVal dateTypeType As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) As ValidationLog
'Usage
 
Dim dateTypeID As System.Integer
Dim dateTypeType As System.String
Dim access As ObjectAccess
Dim js As Server
Dim value As ValidationLog
 
value = DateType.Check(dateTypeID, dateTypeType, access, js)
public static ValidationLog Check( 
   ref System.int dateTypeID,
   System.string dateTypeType,
   ObjectAccess access,
   Server js
)

Parameters

dateTypeID
The DateType ID of the validated DateType.
dateTypeType
The DateType Name that we want to check.
access
The access to the dateType that we want.
js
The JAMS Server that should do the check.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateType Class
DateType Members