Class Field
public class Field : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
Field
- Implements
- Inherited Members
Constructors
Field()
public Field()
Fields
CleanTextButton
CleanTextButton control.
protected Button CleanTextButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ClientStateRequiredValidator
ClientStateRequiredValidator control.
protected CustomValidator ClientStateRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorTranslation
EditorTranslation control.
protected EditorTranslation EditorTranslation
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorUpload
EditorUpload control.
protected EditorUpload EditorUpload
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Input
Input control.
protected DynamicControl Input
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TitleLabel
TitleLabel control.
protected HtmlGenericControl TitleLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TitleOutput
TitleOutput control.
protected Literal TitleOutput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslationContainer
TranslationContainer control.
protected HtmlGenericControl TranslationContainer
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AllowUpload
public bool AllowUpload { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
InputContent
public Field.ContentType InputContent { get; set; }
Property Value
InputLanguage
public string InputLanguage { get; set; }
Property Value
Required
public bool Required { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
TranslateDisabled
public bool TranslateDisabled { get; set; }
Property Value
Translation
public MultilingualString Translation { get; set; }
Property Value
UploadFolderPath
public string UploadFolderPath { get; set; }
Property Value
UploadMode
public UploadMode UploadMode { get; set; }
Property Value
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetOptions(AssetContentSection)
public void SetOptions(AssetContentSection options)
Parameters
optionsAssetContentSection
SetupInput(ContentType)
public void SetupInput(Field.ContentType type)
Parameters
typeField.ContentType
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
TranslationRequested
public event EditorTranslation.RequestEventHandler TranslationRequested