DAVClientgetObjectState Method |
Issues a request to the server to determine the state of an object (to determine whether it has changed or not)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVResult getObjectState(
ref DAVContainer DAVContainerProps,
DAVContainerType _davFolderType
)
Public Function getObjectState (
ByRef DAVContainerProps As DAVContainer,
_davFolderType As DAVContainerType
) As DAVResult
public:
DAVResult getObjectState(
DAVContainer^% DAVContainerProps,
DAVContainerType _davFolderType
)
member getObjectState :
DAVContainerProps : DAVContainer byref *
_davFolderType : DAVContainerType -> DAVResult
Parameters
- DAVContainerProps
- Type: ARPDev.DAVLIBDAVContainer
DAV object to which the resulting properties should be set - _davFolderType
- Type: ARPDev.DAVLIBDAVContainerType
The type of object/container being queried (used to tell the server how to look for changes)
Return Value
Type:
DAVResultReturns either DAVResult.Success or DAVResult.Failure
Remarks
See Also