IHierarchyItem.GetPropertyNames Method 

IT Hit WebDAV for .NET

Gets names of all properties for this item.

[Visual Basic]
Function GetPropertyNames( _
   ByRef props As Property() _
) As WebDAVResponse
[C#]
WebDAVResponse GetPropertyNames(
   ref Property[] props
);

Parameters

props
New array of properties must be created and returned through this parameter.

Return Value

Remarks

Most WebDAV clients never request list of property names, so your implementation can just return NotAllowedResponse.

See Also

IHierarchyItem Interface | ITHit.WebDAV.Server Namespace