UiScheduleFileOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UiScheduleFileOptions { bool IncludeAllMessages { get; set; } bool IncludeLatestMessage { get; set; } bool IncludeProgress { get; set; } bool? RunAsServiceUser { get; set; } string RunAsUserName { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
IncludeAllMessages | bool | |||
IncludeLatestMessage | bool | |||
IncludeProgress | bool | |||
RunAsServiceUser | bool? | |||
RunAsUserName | string |