Share via


SysVersionControlFilebasedBackEnd.filesPending Method [AX 2012]

Gets the pending files.

Syntax

public SysVersionControlTmpItem filesPending(SysVersionControlChangeListId _changeListId, SysVersionControlRepositoryFolder _folder)

Run On

Client

Parameters

Return Value

Type: SysVersionControlTmpItem Table
The pending files.

Remarks

The returned table contains one record for each pending file.

If _changeListId is blank, the contents of the default change list is returned.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface