Table of Contents

Class ModifyOrganizationPlatformSettings

Namespace
InSite.Application.Organizations.Write
Assembly
Shift.Sdk.dll
public class ModifyOrganizationPlatformSettings : Command, ICommand
Inheritance
ModifyOrganizationPlatformSettings
Implements
Inherited Members
Extension Methods

Constructors

ModifyOrganizationPlatformSettings(Guid, string, string, string)

public ModifyOrganizationPlatformSettings(Guid organizationId, string inlineInstructionsUrl, string inlineLabelsUrl, string safeExamBrowserUserAgentSuffix)

Parameters

organizationId Guid
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