Class FileImportingArgs
Event arguments for the FileImporting.
Inherited Members
Namespace: Gorgon.IO
Assembly: Gorgon.FileSystem.dll
Syntax
public class FileImportingArgs : EventArgs
Properties
| Edit this page View SourcePhysicalFilePath
Property to set or return the physical file path of the file being imported.
Declaration
public string PhysicalFilePath { get; set; }
Property Value
Type | Description |
---|---|
string |