Click or drag to resize
CurrentDeviceInfoStreamingAccept Property

Note: This API is now obsolete.

A list of MIME types the device can accept to stream. 3rd party applications may enable other MIME types to be supported which are not listed.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use property Data["propertyName"] instead.")]
public List<string> StreamingAccept { get; }

Property Value

Type: ListString
See Also