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
organizationIdGuidinlineInstructionsUrlstringinlineLabelsUrlstringsafeExamBrowserUserAgentSuffixstring
Properties
InlineInstructionsUrl
public string InlineInstructionsUrl { get; set; }
Property Value
InlineLabelsUrl
public string InlineLabelsUrl { get; set; }
Property Value
SafeExamBrowserUserAgentSuffix
public string SafeExamBrowserUserAgentSuffix { get; set; }