Click or drag to resize

IMediaIsExternal Property

IT Hit WebDAV Classes Reference
If this property is true, the media content is stored externaly, the Uri property points to the media content location. Otherwise use Base64Data to get the media content.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
bool IsExternal { get; }

Property Value

Type: Boolean
See Also