1. Stylelabs.M.Sdk.Models.SelectionPools

Class PatchSelectionPoolRequest

Request to patch a selection pool.

Inheritance

object

PatchSelectionPoolRequest

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class PatchSelectionPoolRequest

Constructors

PatchSelectionPoolRequest()

Initializes a new instance of the PatchSelectionPoolRequest class.

Declaration

public PatchSelectionPoolRequest()

Properties

DefinitionName

Gets or sets the name of the definition.

Declaration

public string DefinitionName { get; set; }

Property Value

TypeDescription
string

LoadPermissions

Gets or sets a value indicating whether to load permissions.

Declaration

public bool LoadPermissions { get; set; }

Property Value

TypeDescription
bool

Patches

Gets or sets the operations.

Declaration

public IList<SelectionPatch> Patches { get; set; }

Property Value

TypeDescription
IList<>SelectionPatch

SelectionPoolIdentifier

Gets or sets the identifier of the selection pool.

Declaration

public string SelectionPoolIdentifier { get; set; }

Property Value

TypeDescription
string

SubPoolId

Gets or sets the id of the sub pool.

Declaration

public long? SubPoolId { get; set; }

Property Value

TypeDescription
long
If you have suggestions for improving this article, let us know!