C# 클래스 GSoft.Dynamite.Repositories.FolderRepository

Class to interact with folders
상속: IFolderRepository
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

공개 메소드들

메소드 설명
FolderRepository ( ) : System.Collections.Generic

Constructor for FolderRepository

GetFolderById ( int folderId ) : SPFolder

Method to get a folder by his Id

GetFolderByIdForWeb ( SPWeb web, int folderId ) : SPFolder

Method to get a folder by his Id

메소드 상세

FolderRepository() 공개 메소드

Constructor for FolderRepository
public FolderRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetFolderById() 공개 메소드

Method to get a folder by his Id
public GetFolderById ( int folderId ) : SPFolder
folderId int the Id of the folder
리턴 SPFolder

GetFolderByIdForWeb() 공개 메소드

Method to get a folder by his Id
public GetFolderByIdForWeb ( SPWeb web, int folderId ) : SPFolder
web SPWeb Explicitly specify the SPWeb
folderId int the Id of the folder
리턴 SPFolder