Interface IFilePickerUploader
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public interface IFilePickerUploader
Properties
FileFilter
Declaration
string FileFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
FileID
Declaration
int FileID { get; set; }
Property Value
Type | Description |
---|---|
int |
FilePath
Declaration
string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |