Click or drag to resize
CMSOutputMediaFileItem Property
Gets or sets the value of the column.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
public Object this[
	string columnName
] { get; set; }

Parameters

columnName
Type: SystemString
Column name

Property Value

Type: Object

Implements

ISimpleDataContainerItemString
See Also