LookupTableCheckInPostEventArgs constructor (Guid[], Boolean)
Creates an instance of the LookupTableCheckInPostEventArgs 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 LookupTableCheckInPostEventArgs(lookupTables, _
force)
public LookupTableCheckInPostEventArgs(
Guid[] lookupTables,
bool force
)
Parameters
lookupTables
Type: []The collection of GUIDs that are associated with the lookup table that has been checked in.
force
Type: System.BooleanIndicates whether an administrator or project owner forced check in of a lookup table.
See also
Reference
LookupTableCheckInPostEventArgs class
LookupTableCheckInPostEventArgs members