Interface IFileDropTarget
public interface IFileDropTarget
Properties
CanAcceptFileDrop
bool CanAcceptFileDrop { get; }
Property Value
CurrentDocumentId
Guid? CurrentDocumentId { get; }
Property Value
- Guid?
IsDropInProgress
bool IsDropInProgress { get; set; }
Property Value
Methods
HandleFileDrop(string[])
void HandleFileDrop(string[] filenames)
Parameters
filenamesstring[]