C# Class GreenQloud.FSOPDeleteVO

Datei anzeigen Open project: greenqloud/qloudsync

Public Properties

Property Type Description
isFolder bool
path String

Public Methods

Method Description
FSOPDeleteVO ( String path, bool isFolder ) : System
printData ( ) : void

Method Details

FSOPDeleteVO() public method

public FSOPDeleteVO ( String path, bool isFolder ) : System
path String
isFolder bool
return System

printData() public method

public printData ( ) : void
return void

Property Details

isFolder public_oe property

public bool isFolder
return bool

path public_oe property

public String path
return String