| DAVClientparseObjectState Method | 
 Parses a DAV Object State response to determine whether it has changed
 
 
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Object parseObjectState(
	ref DAVHTTPResponse davResponse,
	ref DAVContainer DAVContainerProps,
	DAVContainerType _davFolderType
)
Public Function parseObjectState ( 
	ByRef davResponse As DAVHTTPResponse,
	ByRef DAVContainerProps As DAVContainer,
	_davFolderType As DAVContainerType
) As Object
public:
Object^ parseObjectState(
	DAVHTTPResponse^% davResponse, 
	DAVContainer^% DAVContainerProps, 
	DAVContainerType _davFolderType
)
member parseObjectState : 
        davResponse : DAVHTTPResponse byref * 
        DAVContainerProps : DAVContainer byref * 
        _davFolderType : DAVContainerType -> Object 
Parameters
- davResponse
- Type: ARPDev.DAVLIBDAVHTTPResponse
 Server response resulting from the davRequest
- 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: 
ObjectReturns either DAVResult.Success or DAVResult.Failure
 Remarks
Remarks See Also
See Also