Create folder
Command Description
Create a folder on SharePoint
Command Prototype
SharePoint.CreateFolder(spCtx ,strRelPath ,strFolderName)
Command parameter
parameter | required | type | Default value | describe |
---|---|---|---|---|
spCtx | True | expression | spCtx | Objects returned by connecting to a SharePoint server |
strRelPath | True | string | "" | Relative paths on SharePoint |
strFolderName | True | string | "" | Folder Name |
Return result
Run instance
/*********************************创建文件夹***************************************
命令原型:
SharePoint.CreateFolder(spCtx ,strRelPath ,strFolderName)
入参:
spCtx--SharePoint对象.注:连接SharePoint服务器返回的对象
strRelPath--路径.注:SharePoint上的相对路径
strFolderName--文件夹名称.注:文件夹名称
出参:
无
注意事项:
无
********************************************************************************/
SharePoint.CreateFolder(spCtx ,"" ,"")