C# 클래스 GreenQloud.FSOPDeleteVO

파일 보기 프로젝트 열기: greenqloud/qloudsync

공개 프로퍼티들

프로퍼티 타입 설명
isFolder bool
path String

공개 메소드들

메소드 설명
FSOPDeleteVO ( String path, bool isFolder ) : System
printData ( ) : void

메소드 상세

FSOPDeleteVO() 공개 메소드

public FSOPDeleteVO ( String path, bool isFolder ) : System
path String
isFolder bool
리턴 System

printData() 공개 메소드

public printData ( ) : void
리턴 void

프로퍼티 상세

isFolder 공개적으로 프로퍼티

public bool isFolder
리턴 bool

path 공개적으로 프로퍼티

public String path
리턴 String