C# 클래스 SharpDox.Sdk.SDPath

파일 보기 프로젝트 열기: Geaz/sharpDox 1 사용 예제들

공개 메소드들

메소드 설명
ResolvePath ( ) : string
ResolvePath ( string currentDirectory, bool checkForExistence = false ) : string
SDPath ( string fullPath = null, string relativePath = null ) : System
UpdatePath ( ) : void
UpdatePath ( string fullPath, string basePath ) : void

메소드 상세

ResolvePath() 공개 메소드

public ResolvePath ( ) : string
리턴 string

ResolvePath() 공개 메소드

public ResolvePath ( string currentDirectory, bool checkForExistence = false ) : string
currentDirectory string
checkForExistence bool
리턴 string

SDPath() 공개 메소드

public SDPath ( string fullPath = null, string relativePath = null ) : System
fullPath string
relativePath string
리턴 System

UpdatePath() 공개 메소드

public UpdatePath ( ) : void
리턴 void

UpdatePath() 공개 메소드

public UpdatePath ( string fullPath, string basePath ) : void
fullPath string
basePath string
리턴 void