Attention

You are looking at outdated documentation for version 2.x. A newer version is available.

wsgidav.dav_provider.DAVNonCollection.getDisplayName

DAVNonCollection.getDisplayName()

Provides a name for the resource that is suitable for presentation to a user.

The displayname property should be defined on all DAV compliant resources. If present, the property contains a description of the resource that is suitable for presentation to a user.

This default implementation returns name, which is the last path segment.