Table of Contents

Class MoveAssetCommandResult

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Result representing success of move command.

[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.")]
public sealed class MoveAssetCommandResult
Inheritance
object
MoveAssetCommandResult
Extension Methods

Constructors

MoveAssetCommandResult()

public MoveAssetCommandResult()

Properties

Success

Indicates whether move was successful or not.

public bool Success { get; set; }

Property Value

bool