Share via


SysVersionControlSystemFileBased.getChangeNumberContents Method [AX 2012]

Gets a collection of objects that are included in a specific changelist.

Syntax

public SysVersionControlTmpItem getChangeNumberContents(
    SysVersionControlChangeNumber _changeNumber, 
    utcdatetime _changeDateTime, 
    SysVersionControlItemComment _changeComments)

Run On

Client

Parameters

  • _changeDateTime
    Type: utcdatetime
    The time and date when the change was submitted.

Return Value

Type: SysVersionControlTmpItem Table
A SysVersionControlTmpItem table that contains a record for each change in the changelist.

See Also

Reference

SysVersionControlSystemFileBased Class