CustomFieldsCheckInPreEventArgs constructor (Guid[], Boolean)
Creates an instance of the CustomFieldsCheckInPreEventArgs class; used internally.
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 ( _
customFields As Guid(), _
force As Boolean _
)
'Usage
Dim customFields As Guid()
Dim force As Boolean
Dim instance As New CustomFieldsCheckInPreEventArgs(customFields, _
force)
public CustomFieldsCheckInPreEventArgs(
Guid[] customFields,
bool force
)
Parameters
customFields
Type: []A collection of GUIDs that represent custom fields that are to be checked in.
force
Type: System.BooleanIndicates whether an administrator or project owner can force check in of a custom field.
See also
Reference
CustomFieldsCheckInPreEventArgs class
CustomFieldsCheckInPreEventArgs members