Table of Contents

Class DeleteSmartFolderArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed record DeleteSmartFolderArguments
Inheritance
object
DeleteSmartFolderArguments
Extension Methods

Constructors

DeleteSmartFolderArguments()

public DeleteSmartFolderArguments()

Properties

Id

Identifier of the smart folder that should be deleted.

public int Id { get; set; }

Property Value

int

Methods

Equals(DeleteSmartFolderArguments?)

public bool Equals(DeleteSmartFolderArguments? other)

Parameters

other DeleteSmartFolderArguments

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(DeleteSmartFolderArguments?, DeleteSmartFolderArguments?)

public static bool operator ==(DeleteSmartFolderArguments? left, DeleteSmartFolderArguments? right)

Parameters

left DeleteSmartFolderArguments
right DeleteSmartFolderArguments

Returns

bool

operator !=(DeleteSmartFolderArguments?, DeleteSmartFolderArguments?)

public static bool operator !=(DeleteSmartFolderArguments? left, DeleteSmartFolderArguments? right)

Parameters

left DeleteSmartFolderArguments
right DeleteSmartFolderArguments

Returns

bool