Table of Contents

TTMSFNCCloudRollBarProject Class

Represents a project, the container under which items and their occurrences are logged and retrieved, and from which new exceptions and messages can be logged.

API unit family: TMSFNCCloudRollbar

Syntax

TTMSFNCCloudRollBarProject = class

Properties

Name Description
AccountID Read-only identifier of the account the project belongs to.
DateCreated Read-only date and time the project was created.
DateModified Read-only date and time the project was last modified.
Enabled Read-only flag indicating whether the project is enabled.
ID Read-only unique identifier of the project.
ItemPage Page number used when retrieving items.
Items Read-only collection of items loaded for the project.
Name Read-only name of the project.
Owner Read-only component that owns this project.

Methods

Name Description
GetAllItems Retrieves every item of the project, requesting additional pages until all items are loaded into Items.
GetItems Retrieves a single page of items for the project and adds them to Items.
LogException Logs an exception to the project.
LogMessage Logs a message to the project.