IHierarchyItem.GetSource Method 

IT Hit WebDAV for .NET

Retrieves media type independent links.

[Visual Basic]
Function GetSource() As Source()
[C#]
Source[] GetSource();

Return Value

Media type independent links.

Remarks

Empty array is returned if no links found or property is not supported.

Exceptions

Exception Type Condition
NotFoundException This item doesn't exist on the server.
PropertyForbiddenException User 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.
PropertyException Server returned unknown error.
WebDavException Unexpected error occurred.

See Also

IHierarchyItem Interface | ITHit.WebDAV.Client Namespace