Table of Contents

Class UpdateChown

Namespace
KASserver
Assembly
KASserver.Client.dll

Parameters for changing ownership of a path (update_chown). Requires a superuser login.

public sealed class UpdateChown
Inheritance
UpdateChown
Inherited Members

Properties

Path

The path whose ownership is changed (chown_path). Required.

public required string Path { get; set; }

Property Value

string

Recursive

Apply the change recursively (recursive). Default: false (N).

public bool Recursive { get; set; }

Property Value

bool

User

The new owner (chown_user), e.g. a PHP user or a KAS login. Required.

public required string User { get; set; }

Property Value

string