SecureBlackbox 2020 macOS 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
Bool

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
Int64

The size of the object in bytes.

supportsExclusiveLock
Bool

Indicates whether the entry supports exclusive locking.

supportsSharedLock
Bool

Indicates whether the entry supports shared lock.

url
String

A URL of the object.

Constructors

public init()

Creates a new WebDAVListEntry object.

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