Click or drag to resize

IPropertyHandlerAppliesTo Method

IT Hit WebDAV Classes Reference
Determines whether this property can be set/retrieved form an item.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
bool AppliesTo(
	IHierarchyItem item
)

Parameters

item
Type: ITHit.WebDAV.ServerIHierarchyItem
Item to determine whether property applies to it.

Return Value

Type: Boolean
true if the property applies to the item.
See Also