C# 클래스 OneNoteDuplicatesRemover.OneNoteAccessor

파일 보기 프로젝트 열기: relue2718/onenote-duplicates-remover 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetDuplicatedGroups() 공개 메소드

public GetDuplicatedGroups ( ) : Dictionary>>
리턴 Dictionary>>

GetLastSelectedPageId() 공개 메소드

public GetLastSelectedPageId ( ) : string
리턴 string

HasPageId() 공개 메소드

public HasPageId ( string pageId ) : bool
pageId string
리턴 bool

InitializeOneNoteWrapper() 공개 메소드

public InitializeOneNoteWrapper ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( string pageId ) : void
pageId string
리턴 void

RemovePage() 공개 메소드

public RemovePage ( string pageId ) : bool
pageId string
리턴 bool

SetLastSelectedPageId() 공개 메소드

public SetLastSelectedPageId ( string pageId ) : void
pageId string
리턴 void

TryGetSectionPath() 공개 메소드

public TryGetSectionPath ( string pageId, string &sectionPath ) : bool
pageId string
sectionPath string
리턴 bool

UpdateHierarchy() 공개 메소드

public UpdateHierarchy ( ) : bool
리턴 bool