C# Class SharpDox.Sdk.SDPath

Datei anzeigen Open project: Geaz/sharpDox Class Usage Examples

Public Methods

Method Description
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

Method Details

ResolvePath() public method

public ResolvePath ( ) : string
return string

ResolvePath() public method

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

SDPath() public method

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

UpdatePath() public method

public UpdatePath ( ) : void
return void

UpdatePath() public method

public UpdatePath ( string fullPath, string basePath ) : void
fullPath string
basePath string
return void