Table of Contents

Class OrganizationPlatformSettingsModified

Namespace
InSite.Domain.Organizations
Assembly
Shift.Sdk.dll
public class OrganizationPlatformSettingsModified : Change, IChange
Inheritance
OrganizationPlatformSettingsModified
Implements
Inherited Members
Extension Methods

Constructors

OrganizationPlatformSettingsModified(string, string, string)

public OrganizationPlatformSettingsModified(string inlineInstructionsUrl, string inlineLabelsUrl, string safeExamBrowserUserAgentSuffix)

Parameters

inlineInstructionsUrl string
inlineLabelsUrl string
safeExamBrowserUserAgentSuffix string

Properties

InlineInstructionsUrl

public string InlineInstructionsUrl { get; set; }

Property Value

string

InlineLabelsUrl

public string InlineLabelsUrl { get; set; }

Property Value

string

SafeExamBrowserUserAgentSuffix

public string SafeExamBrowserUserAgentSuffix { get; set; }

Property Value

string