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)
Syntaxbool IsExternal { get; }
bool IsExternal { get; }
ReadOnly Property IsExternal As Boolean
Get
ReadOnly Property IsExternal As Boolean
Get
property bool IsExternal {
bool get ();
}
property bool IsExternal {
bool get ();
}
abstract IsExternal : bool with get
abstract IsExternal : bool with get
Property Value
Type:
Boolean
See Also