C# Class FlickrSync.LocalInfo

Mostrar archivo Open project: vboctor/FlickrSync Class Usage Examples

Public Methods

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

public Add ( SyncFolder sf ) : void
sf SyncFolder
return void

Add() public method

public Add ( string pFolderPath ) : void
pFolderPath string
return void

AddPath() public method

public AddPath ( PathInfo pi ) : void
pi PathInfo
return void

AddPath() public method

public AddPath ( string pPath, bool pOpen, bool pManualAdd ) : void
pPath string
pOpen bool
pManualAdd bool
return void

Associate() public method

public Associate ( string FolderPath, string SetId ) : void
FolderPath string
SetId string
return void

Exists() public method

public Exists ( string Path ) : bool
Path string
return bool

ExistsPath() public method

public ExistsPath ( string Path ) : bool
Path string
return bool

GetPathInfo() public method

public GetPathInfo ( string Path ) : PathInfo
Path string
return PathInfo

GetPathInfoList() public method

public GetPathInfoList ( ) : ArrayList
return System.Collections.ArrayList

GetSetId() public method

public GetSetId ( string Path ) : string
Path string
return string

GetSyncFolder() public method

public GetSyncFolder ( string pFolderPath ) : SyncFolder
pFolderPath string
return SyncFolder

GetSyncFolderBySet() public method

public GetSyncFolderBySet ( string SetId ) : SyncFolder
SetId string
return SyncFolder

GetSyncFolders() public method

public GetSyncFolders ( ) : ArrayList
return System.Collections.ArrayList

GetSyncXML() public method

public GetSyncXML ( ) : string
return string

Includes() public method

public Includes ( string path ) : bool
path string
return bool

LoadFromXML() public method

public LoadFromXML ( string xml ) : void
xml string
return void

LocalInfo() public method

public LocalInfo ( ) : System
return System

Remove() public method

public Remove ( string pFolderPath ) : void
pFolderPath string
return void

RemovePath() public method

public RemovePath ( string pPath ) : void
pPath string
return void

SaveToXML() public method

public SaveToXML ( ) : void
return void