IMedia4DataMediaType Property
IT Hit WebDAV Classes Reference
Gets and sets media type stored in data: URI.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string DataMediaType { get; set; }
Property DataMediaType As String
Get
Set
property String^ DataMediaType {
String^ get ();
void set (String^ value);
}
abstract DataMediaType : string with get, set
Property Value
Type:
StringRemarks
For example this property extracts and returns or sets "image/jpeg" from "PHOTO:data:image/jpeg;base64,MIICajCCAdOgAwIBAgICBEUwDQYJKoZIhv".
Do not confuse this property with MediaType which returns MEDIATYPE business card property.
See Also