class MAGES::Recorder::RecorderModule::Recording

Overview

Represents a recording. More…

class Recording
{
public:
    // properties

    bool IsRemote;
    string Product;
    bool IsInstructor;
    string Path;
    string Title;
    string Id;
    string Username;
    System.DateTime Date;
    string Tenant;
    double Duration;
};

Detailed Documentation

Represents a recording.

Properties

bool IsRemote

Gets or sets a value indicating whether the recording is remote.

string Product

Gets or sets the product of the recording.

bool IsInstructor

Gets or sets a value indicating whether the recording is an instructor recording.

string Path

Gets or sets the path of the recording.

string Title

Gets or sets the title of the recording.

string Id

Gets or sets the id of the recording.

string Username

Gets or sets the username of the recording.

System.DateTime Date

Gets or sets the date of the recording.

string Tenant

Gets or sets the tenant of the recording.

double Duration

Gets or sets the duration of the recording.