C# 클래스 Rock.Field.Types.VideoFileFieldType

Video file field type Stored as BinaryFile.Guid
상속: FileFieldType
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
FormatValue ( Control parentControl, string value, ConfigurationValue>.Dictionary configurationValues, bool condensed ) : string

Returns the field's current value(s)

메소드 상세

FormatValue() 공개 메소드

Returns the field's current value(s)
public FormatValue ( Control parentControl, string value, ConfigurationValue>.Dictionary configurationValues, bool condensed ) : string
parentControl System.Web.UI.Control The parent control.
value string Information about the value
configurationValues ConfigurationValue>.Dictionary The configuration values.
condensed bool Flag indicating if the value should be condensed (i.e. for use in a grid column)
리턴 string