Version

FileUploadCSS Class Members

The following tables list the members exposed by FileUploadCSS.

Public Constructors
 NameDescription
Public ConstructorFileUploadCSS Constructor  
Public Properties
 NameDescription
Public PropertyBaseClass  
Public PropertyBrowseButtonClass  
Public PropertyClearClass  
Public PropertyContainerClass  
Public PropertyFileUploadClasses  
Public PropertyHiddenClass  
Public PropertyIsEmptyOverridden. Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself.  
Public PropertyMultipleDialogClasses  
Public PropertyProgressBarFileNameClass  
Public PropertyProgressBarFileSizeClass  
Public PropertyProgressBarInnerHTMLContainerClass  
Public PropertyProgressBarUploadClass  
Public PropertySingleDialogClass  
Public PropertyStartupBrowseButtonClasses  
Public PropertySummaryInformationContainerClass  
Public PropertySummaryProgressBarClass  
Public PropertySummaryProgressbarLabelClass  
Public PropertySummaryProgressContainerClass  
Public PropertySummaryShowHideDetailsButtonClass  
Public PropertySummaryUploadedFilesLabelClass  
Public PropertyUploadProgressClass  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected PropertyViewStateReturns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public Methods
 NameDescription
Public MethodToStringReturns whether the object has non-default values.  
Protected Methods
 NameDescription
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodToOptionOverridden. Returns this object as option for jquery init  
Protected MethodTrackViewStateEnables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
See Also