SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

WebDAVListEntry Type

Contains a set of attributes of a single WebDAV object.

Remarks

This type represents a single entry returned by the list command.

Fields

ATime
String?

Contains the last access time for this object, in UTC.

ContentType
String?

The object's content type.

CTime
String?

Contains this object's creation time, in UTC.

Directory
Boolean

Specifies whether this object is a directory.

DisplayName
String?

Contains the display name of the object.

ETag
String?

An e-tag of the object.

FullURL
String?

A full path to the object.

MTime
String?

The last modification time of the object, in UTC.

ParentURL
String?

Specifies the object's parent URL.

Size
Long

The size of the object in bytes.

SupportsExclusiveLock
Boolean

Indicates whether the entry supports exclusive locking.

SupportsSharedLock
Boolean

Indicates whether the entry supports shared lock.

URL
String?

A URL of the object.

Constructors

public constructor()

Creates a new WebDAVListEntry object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]