C# Class SharpDox.Sdk.SDPath

Afficher le fichier Open project: Geaz/sharpDox Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ResolvePath ( ) : string
Résultat string

ResolvePath() public méthode

public ResolvePath ( string currentDirectory, bool checkForExistence = false ) : string
currentDirectory string
checkForExistence bool
Résultat string

SDPath() public méthode

public SDPath ( string fullPath = null, string relativePath = null ) : System
fullPath string
relativePath string
Résultat System

UpdatePath() public méthode

public UpdatePath ( ) : void
Résultat void

UpdatePath() public méthode

public UpdatePath ( string fullPath, string basePath ) : void
fullPath string
basePath string
Résultat void