C# Class PhotoLibaryToolkit.Framework.Toolkit

Afficher le fichier Open project: anton-iermolenko/Photo-library-toolkit

Méthodes publiques

Méthode Description
CloneModificationDates ( string sourcePath, string sourceExtension, string targetPath, string targetExtension ) : void
OrganizePhotoLibrary ( string path, bool reviewBeforeApply, bool scanSubfolders, bool refreshDatesForAllFiles, bool>.Func reviewFunction ) : void
Toolkit ( ISimpleLogger loggingDevice ) : System

Method Details

CloneModificationDates() public méthode

public CloneModificationDates ( string sourcePath, string sourceExtension, string targetPath, string targetExtension ) : void
sourcePath string
sourceExtension string
targetPath string
targetExtension string
Résultat void

OrganizePhotoLibrary() public méthode

public OrganizePhotoLibrary ( string path, bool reviewBeforeApply, bool scanSubfolders, bool refreshDatesForAllFiles, bool>.Func reviewFunction ) : void
path string
reviewBeforeApply bool
scanSubfolders bool
refreshDatesForAllFiles bool
reviewFunction bool>.Func
Résultat void

Toolkit() public méthode

public Toolkit ( ISimpleLogger loggingDevice ) : System
loggingDevice ISimpleLogger
Résultat System