C# Class OneNoteDuplicatesRemover.OneNoteAccessor

Afficher le fichier Open project: relue2718/onenote-duplicates-remover Class Usage Examples

Méthodes publiques

Méthode Description
GetDuplicatedGroups ( ) : Dictionary>>
GetLastSelectedPageId ( ) : string
HasPageId ( string pageId ) : bool
InitializeOneNoteWrapper ( ) : void
Navigate ( string pageId ) : void
RemovePage ( string pageId ) : bool
SetLastSelectedPageId ( string pageId ) : void
TryGetSectionPath ( string pageId, string &sectionPath ) : bool
UpdateHierarchy ( ) : bool

Private Methods

Méthode Description
CheckIfDeleted ( System pageNode ) : bool
FireEventUpdatedScanProgress ( int current, int max, string pageName ) : void
TryCalculateHashOf ( string plainText, string &hash ) : bool
TryGetHashOfOneNotePage ( string pageId, string &hash ) : bool
TryGetOneNotePageInfos ( System xmlDocument, OneNotePageInfo>.Dictionary &pageInfos ) : bool

Method Details

GetDuplicatedGroups() public méthode

public GetDuplicatedGroups ( ) : Dictionary>>
Résultat Dictionary>>

GetLastSelectedPageId() public méthode

public GetLastSelectedPageId ( ) : string
Résultat string

HasPageId() public méthode

public HasPageId ( string pageId ) : bool
pageId string
Résultat bool

InitializeOneNoteWrapper() public méthode

public InitializeOneNoteWrapper ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( string pageId ) : void
pageId string
Résultat void

RemovePage() public méthode

public RemovePage ( string pageId ) : bool
pageId string
Résultat bool

SetLastSelectedPageId() public méthode

public SetLastSelectedPageId ( string pageId ) : void
pageId string
Résultat void

TryGetSectionPath() public méthode

public TryGetSectionPath ( string pageId, string &sectionPath ) : bool
pageId string
sectionPath string
Résultat bool

UpdateHierarchy() public méthode

public UpdateHierarchy ( ) : bool
Résultat bool