Interface IFilePickerUploader
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public interface IFilePickerUploader
Properties
| Improve this Doc View SourceFileFilter
Declaration
string FileFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileID
Declaration
int FileID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FilePath
Declaration
string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |