C# 클래스 SenseNet.Portal.UI.WikiTools

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
ConvertHtmlToWikilinks ( string articleData ) : string
ConvertWikilinksToHtml ( string articleText, Node parent ) : string
RefreshArticlesAsync ( WikiArticle targetArticle, WikiArticleAction articleAction ) : void
RefreshArticlesAsync ( WikiArticle targetArticle, string oldName, string oldDisplayName ) : void

비공개 메소드들

메소드 설명
GetAddLinkHtml ( Node parent, string articleTitle, string linkText ) : string
GetExistingLinkHtml ( string path, string linkText ) : string
GetReferencedTitles ( WikiArticle wikiArticle ) : string
GetWikiLink ( string wikiTitle, string linkText ) : string
RefreshArticlesAsyncInternal ( WikiArticle targetArticle, WikiArticleAction articleAction, string oldName, string oldDisplayName ) : void
ReplaceAddLinksWithExistingLinks ( string articleData, WikiArticle targetArticle, bool &found ) : string
ReplaceExistingLinksWithAddLinks ( string articleData, Node parent, string targetPath, string wikiTitle, bool &found ) : string
ReplaceOldLinksWithRenamedLinks ( string articleData, WikiArticle targetArticle, string oldPath, string oldDisplayName, bool &found ) : string
ReplaceWithExistingLinks ( Regex regex, string articleData, WikiArticle targetArticle, string oldDisplayName, bool &found ) : string

메소드 상세

ConvertHtmlToWikilinks() 공개 정적인 메소드

public static ConvertHtmlToWikilinks ( string articleData ) : string
articleData string
리턴 string

ConvertWikilinksToHtml() 공개 정적인 메소드

public static ConvertWikilinksToHtml ( string articleText, Node parent ) : string
articleText string
parent Node
리턴 string

RefreshArticlesAsync() 공개 정적인 메소드

public static RefreshArticlesAsync ( WikiArticle targetArticle, WikiArticleAction articleAction ) : void
targetArticle WikiArticle
articleAction WikiArticleAction
리턴 void

RefreshArticlesAsync() 공개 정적인 메소드

public static RefreshArticlesAsync ( WikiArticle targetArticle, string oldName, string oldDisplayName ) : void
targetArticle WikiArticle
oldName string
oldDisplayName string
리턴 void