Represents an entry referenced by a user's Recent Documents or Recent Folders list.

interface IUserAreaEntry {
    entryId?: number;
    fullPath?: string;
}

Implemented by

Properties

Properties

entryId?: number

The ID of the recently accessed entry.

fullPath?: string

The full repository path of the recently accessed entry.