get the name and id of the uploader input field
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
[ObsoleteAttribute("Do not use .FormName , use .Name .", false)] public string FormName { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Do not use .FormName , use .Name .", False)> _ Public Property FormName As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Do not use .FormName , use .Name .", false)] property String^ FormName { String^ get (); void set (String^ value); } |