findPropNames abstract method
Retrieves all properties name defined on resource
(defined in RFC4918
, at a minimum) identified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.1 and https://datatracker.ietf.org/doc/html/rfc4918#section-9.1.4
Implementation
Future<WebDavStdRequest<PropfindNameRequestParam>> findPropNames(
{Depth? depth});