 | SPContextFolder_Create Method |
Create a folder in the spHeader speciified library.
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic string Folder_Create(
string newFolderName
)
Public Function Folder_Create (
newFolderName As String
) As String
public:
String^ Folder_Create(
String^ newFolderName
)
member Folder_Create :
newFolderName : string -> string
Parameters
- newFolderName
- Type: SystemString
New name of the folder.
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.SharePoint.SPContext.Folder_Create(System.String)"]
See Also