C# Class DotNetNuke.Modules.UserDefinedTable.DataTypes.DataTypeImage

MetaData and Formating for DataType "Image"
Inheritance: DataType
Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Public Methods

Method Description
RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void

Private Methods

Method Description
GetAltAttributeForImage ( DataRow row, FieldSetting setting, TokenReplace tokenReplace ) : string
GetImageFields ( string value, FieldSetting setting, int portalId ) : ImageFields

Method Details

RenderValuesToHtmlInsideDataSet() public method

public RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void
ds System.Data.DataSet
moduleId int
noScript bool
return void