Table of Contents

Class MoveAssetCommandArguments

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

Move asset command arguments.

[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 MoveAssetCommandArguments
Inheritance
object
MoveAssetCommandArguments
Extension Methods

Constructors

MoveAssetCommandArguments()

public MoveAssetCommandArguments()

Properties

AssetIdentifier

Identifier of the asset to move.

public Guid AssetIdentifier { get; set; }

Property Value

Guid

LibraryIdentifier

Identifier of the library.

public int LibraryIdentifier { get; set; }

Property Value

int

NewPath

Folder path to move the asset to.

public string NewPath { get; set; }

Property Value

string