ServerCommandService.RestrictedMedia Class Reference

Class representing a playback media restriction (also known as a video restriction). More...

Properties

string Description [get, set]
 Description of the media restriction.
 
Guid[] DeviceIds [get, set]
 Ids of the devices for which the restriction applies.
 
DateTime EndTime [get, set]
 The end time of the timespan for which the recorded data is restricted.
 
string Header [get, set]
 Header of the media restriction.
 
Guid Id [get, set]
 Unique id of the media restriction.
 
DateTime LastModified [get, set]
 Time when the restriction was last modified.
 
DateTime StartTime [get, set]
 The start time of the timespan for which the recorded data is restricted.
 
string UserName [get, set]
 name of the user who initially created the media restriction.
 

Detailed Description

Class representing a playback media restriction (also known as a video restriction).

Property Documentation

◆ Description

string ServerCommandService.RestrictedMedia.Description
getset

Description of the media restriction.

◆ DeviceIds

Guid [] ServerCommandService.RestrictedMedia.DeviceIds
getset

Ids of the devices for which the restriction applies.

◆ EndTime

DateTime ServerCommandService.RestrictedMedia.EndTime
getset

The end time of the timespan for which the recorded data is restricted.

◆ Header

string ServerCommandService.RestrictedMedia.Header
getset

Header of the media restriction.

◆ Id

Guid ServerCommandService.RestrictedMedia.Id
getset

Unique id of the media restriction.

◆ LastModified

DateTime ServerCommandService.RestrictedMedia.LastModified
getset

Time when the restriction was last modified.

◆ StartTime

DateTime ServerCommandService.RestrictedMedia.StartTime
getset

The start time of the timespan for which the recorded data is restricted.

◆ UserName

string ServerCommandService.RestrictedMedia.UserName
getset

name of the user who initially created the media restriction.