Click or drag to resize
ObjectTypeInfoMimeTypeColumn Property
Intended for object types that store binary data. Sets the name of the class field (column) that stores the mime type of the binary data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string MimeTypeColumn { get; set; }

Property Value

Type: String
See Also