C# Class FlickrSync.LocalInfo

Afficher le fichier Open project: vboctor/FlickrSync Class Usage Examples

Méthodes publiques

Méthode Description
Add ( SyncFolder sf ) : void
Add ( string pFolderPath ) : void
AddPath ( PathInfo pi ) : void
AddPath ( string pPath, bool pOpen, bool pManualAdd ) : void
Associate ( string FolderPath, string SetId ) : void
Exists ( string Path ) : bool
ExistsPath ( string Path ) : bool
GetPathInfo ( string Path ) : PathInfo
GetPathInfoList ( ) : ArrayList
GetSetId ( string Path ) : string
GetSyncFolder ( string pFolderPath ) : SyncFolder
GetSyncFolderBySet ( string SetId ) : SyncFolder
GetSyncFolders ( ) : ArrayList
GetSyncXML ( ) : string
Includes ( string path ) : bool
LoadFromXML ( string xml ) : void
LocalInfo ( ) : System
Remove ( string pFolderPath ) : void
RemovePath ( string pPath ) : void
SaveToXML ( ) : void

Method Details

Add() public méthode

public Add ( SyncFolder sf ) : void
sf SyncFolder
Résultat void

Add() public méthode

public Add ( string pFolderPath ) : void
pFolderPath string
Résultat void

AddPath() public méthode

public AddPath ( PathInfo pi ) : void
pi PathInfo
Résultat void

AddPath() public méthode

public AddPath ( string pPath, bool pOpen, bool pManualAdd ) : void
pPath string
pOpen bool
pManualAdd bool
Résultat void

Associate() public méthode

public Associate ( string FolderPath, string SetId ) : void
FolderPath string
SetId string
Résultat void

Exists() public méthode

public Exists ( string Path ) : bool
Path string
Résultat bool

ExistsPath() public méthode

public ExistsPath ( string Path ) : bool
Path string
Résultat bool

GetPathInfo() public méthode

public GetPathInfo ( string Path ) : PathInfo
Path string
Résultat PathInfo

GetPathInfoList() public méthode

public GetPathInfoList ( ) : ArrayList
Résultat System.Collections.ArrayList

GetSetId() public méthode

public GetSetId ( string Path ) : string
Path string
Résultat string

GetSyncFolder() public méthode

public GetSyncFolder ( string pFolderPath ) : SyncFolder
pFolderPath string
Résultat SyncFolder

GetSyncFolderBySet() public méthode

public GetSyncFolderBySet ( string SetId ) : SyncFolder
SetId string
Résultat SyncFolder

GetSyncFolders() public méthode

public GetSyncFolders ( ) : ArrayList
Résultat System.Collections.ArrayList

GetSyncXML() public méthode

public GetSyncXML ( ) : string
Résultat string

Includes() public méthode

public Includes ( string path ) : bool
path string
Résultat bool

LoadFromXML() public méthode

public LoadFromXML ( string xml ) : void
xml string
Résultat void

LocalInfo() public méthode

public LocalInfo ( ) : System
Résultat System

Remove() public méthode

public Remove ( string pFolderPath ) : void
pFolderPath string
Résultat void

RemovePath() public méthode

public RemovePath ( string pPath ) : void
pPath string
Résultat void

SaveToXML() public méthode

public SaveToXML ( ) : void
Résultat void