C# Class Acceleratio.SPDG.Generator.SPModel.SPDGFolder

Afficher le fichier Open project: Acceleratio/SPDG Class Usage Examples

Méthodes publiques

Méthode Description
AddFile ( string url, byte content, bool overWrite ) : SPDGFile
AddFolder ( string name ) : SPDGFolder
Update ( ) : void

Method Details

AddFile() public abstract méthode

public abstract AddFile ( string url, byte content, bool overWrite ) : SPDGFile
url string
content byte
overWrite bool
Résultat SPDGFile

AddFolder() public abstract méthode

public abstract AddFolder ( string name ) : SPDGFolder
name string
Résultat SPDGFolder

Update() public abstract méthode

public abstract Update ( ) : void
Résultat void