ICIUploadForm
The ICIUploadForm interface is used to manage Upload forms on a Site.
Properties and Methods
-
Sub AddElement(pElement As Object)
HRESULT AddElement([in] IDispatch* pElement);
EFT v8.0.4 and later
Sub DeleteElement(elementName As String)
HRESULT DeleteElement([in] BSTR elementName);
EFT v8.0.4 and later
Property Description As String
HRESULT Description([out, retval] BSTR *pVal); HRESULT Description([in] BSTR newVal);
EFT v8.0.4 and later
Property DisplayInstructions As String
HRESULT DisplayInstructions([out, retval] BSTR *pVal); HRESULT DisplayInstructions([in] BSTR newVal);
EFT v8.0.4 and later
Property DisplayName As String
HRESULT DisplayName([out, retval] BSTR *pVal); HRESULT DisplayName([in] BSTR newVal);
EFT v8.0.4 and later
Property ElementsList As Variant
HRESULT ElementsList([out, retval] VARIANT *pVal);
EFT v8.0.4 and later
Property Enabled As Boolean
HRESULT ([out, retval] VARIANT_BOOL *pVal); HRESULT Enabled([in] VARIANT_BOOL newVal);
EFT v8.0.4 and later
Function GetElement(elementName As String) As Long
HRESULT GetElement([in] BSTR elementName, [out, retval] long *elementIndex);
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 ShowFormToPermissionGroup As String
HRESULT ShowFormToPermissionGroup([out, retval] BSTR *pVal); HRESULT ShowFormToPermissionGroup([in] BSTR newVal);
EFT v8.0.4 and later
Property type As UploadFormComType
HRESULT Type([out, retval] UploadFormComType *pVal); HRESULT Type([in] UploadFormComType newVal);
EFT v8.0.4 and later
Sub UpdateElement(pElement As Object, elementIndex As Long)
HRESULT UpdateElement([in] IDispatch* pElement, [in] long elementIndex);
EFT v8.0.4 and later