ICIUploadFormElement

The ICIUploadFormElement is used to manage an Upload Form element.

Properties

  • Property DisplayLabel As String

  • HRESULT DisplayLabel([out, retval] BSTR *pVal);
    HRESULT DisplayLabel([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property Name As String

  • HRESULT Name([out, retval] BSTR *pVal);
    HRESULT Name([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property Required As Boolean

  • HRESULT Required([out, retval] VARIANT_BOOL *pVal);
    HRESULT Required([in] VARIANT_BOOL newVal);

    EFT v8.0.4 and later

  • Property type As UploadFormElementComType

  • HRESULT Type([out, retval] UploadFormElementComType *pVal);
    HRESULT Type([in] UploadFormElementComType newVal);

    EFT v8.0.4 and later

  • Property Values As String

  • HRESULT Values([out, retval] BSTR *pVal);
    HRESULT Values([in] BSTR newVal);

    EFT v8.0.4 and later