LookupTableCheckInPreEventArgs Constructor
Creates an instance of the LookupTableCheckInPreEventArgs class.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
lookupTables As Guid(), _
force As Boolean _
)
'Usage
Dim lookupTables As Guid()
Dim force As Boolean
Dim instance As New LookupTableCheckInPreEventArgs(lookupTables, _
force)
public LookupTableCheckInPreEventArgs(
Guid[] lookupTables,
bool force
)
Parameters
- lookupTables
Type: []
The collection of GUIDs that are associated with the lookup table that is to be checked in.
- force
Type: System.Boolean
A Boolean value that indicates whether an administrator or project owner can force check in of the lookup table.
See Also
Reference
LookupTableCheckInPreEventArgs Class