Click or drag to resize

IHierarchyItemGetSource Method

IT Hit WebDAV Classes Reference
Retrieves media type independent links.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
Source[] GetSource()

Return Value

Type: Source
Media type independent links.
Exceptions
ExceptionCondition
NotFoundExceptionThis item doesn't exist on the server.
PropertyForbiddenExceptionUser has not enough rights to obtain one of requested properties.
PropertyConflictException The client has provided a value whose semantics are not appropriate for the property. This includes trying to set read-only properties.
PropertyExceptionServer returned unknown error.
WebDavExceptionUnexpected error occurred.
Remarks
Empty array is returned if no links found or property is not supported.
See Also