Table of Contents

Class RenameAssetFolderFormSubmissionCommandArguments

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

Asset folder form submissions 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 RenameAssetFolderFormSubmissionCommandArguments : FormSubmissionCommandArguments
Inheritance
object
RenameAssetFolderFormSubmissionCommandArguments
Inherited Members
Extension Methods

Constructors

RenameAssetFolderFormSubmissionCommandArguments()

public RenameAssetFolderFormSubmissionCommandArguments()

Properties

FolderPath

Path of the folder.

public string FolderPath { get; set; }

Property Value

string

LibraryIdentifier

Identifier of the library.

public int LibraryIdentifier { get; set; }

Property Value

int