메소드 | 설명 | |
---|---|---|
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
|
public FolderRepository ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public GetFolderById ( int folderId ) : SPFolder | ||
folderId | int | the Id of the folder |
리턴 | SPFolder |
public GetFolderByIdForWeb ( SPWeb web, int folderId ) : SPFolder | ||
web | SPWeb | Explicitly specify the SPWeb |
folderId | int | the Id of the folder |
리턴 | SPFolder |