Share via


CustomFieldsCheckInPostEventArgs constructor (Guid[], Boolean)

Creates an instance of the CustomFieldsCheckInPostEventArgs 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 CustomFieldsCheckInPostEventArgs(customFields, _
    force)
public CustomFieldsCheckInPostEventArgs(
    Guid[] customFields,
    bool force
)

Parameters

  • customFields
    Type: []

    A collection of GUIDs that represent the custom fields that are checked in.

  • force
    Type: System.Boolean

    Indicates whether an administrator or project owner forced check in of a custom field.

See also

Reference

CustomFieldsCheckInPostEventArgs class

CustomFieldsCheckInPostEventArgs members

CustomFieldsCheckInPostEventArgs overload

Microsoft.Office.Project.Server.Events namespace