C# 클래스 DbServices, SimpleCSharpWiki

Summary description for DbServices
파일 보기 프로젝트 열기: chrishulbert/SimpleCSharpWiki 1 사용 예제들

공개 메소드들

메소드 설명
DeletePageByUrlpath ( string urlpath ) : Page
FindPageByUrlpath ( string urlpath ) : Page
PageExistsWithUrlpath ( string urlpath ) : bool

메소드 상세

DeletePageByUrlpath() 공개 정적인 메소드

public static DeletePageByUrlpath ( string urlpath ) : Page
urlpath string
리턴 Wiki.Page

FindPageByUrlpath() 공개 정적인 메소드

public static FindPageByUrlpath ( string urlpath ) : Page
urlpath string
리턴 Wiki.Page

PageExistsWithUrlpath() 공개 정적인 메소드

public static PageExistsWithUrlpath ( string urlpath ) : bool
urlpath string
리턴 bool