 | SPContextFolder_Exists Method |
Checks if Folder Exists.
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic bool Folder_Exists(
string folderName
)
Public Function Folder_Exists (
folderName As String
) As Boolean
public:
bool Folder_Exists(
String^ folderName
)
member Folder_Exists :
folderName : string -> bool
Parameters
- folderName
- Type: SystemString
Name of the folder.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Koden.Utils.SharePoint.SPContext.Folder_Exists(System.String)"]
See Also