IPropertyHandlerAsyncAppliesTo 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: 11.3.10719
Syntaxbool AppliesTo(
IHierarchyItemAsync item
)
bool AppliesTo(
IHierarchyItemAsync item
)
Function AppliesTo (
item As IHierarchyItemAsync
) As Boolean
Function AppliesTo (
item As IHierarchyItemAsync
) As Boolean
bool AppliesTo(
IHierarchyItemAsync^ item
)
bool AppliesTo(
IHierarchyItemAsync^ item
)
abstract AppliesTo :
item : IHierarchyItemAsync -> bool
abstract AppliesTo :
item : IHierarchyItemAsync -> bool
Parameters
- item
- Type: ITHit.WebDAV.ServerIHierarchyItemAsync
Item to determine whether property applies to it.
Return Value
Type:
Booleantrue if the property applies to the item.
See Also