首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

sharepoint site及其子site能否一起另存为模板解决方法

2012-02-13 
sharepoint site及其子site能否一起另存为模板sharepoint site及其子site能否一起另存为模板。如果通过页面

sharepoint site及其子site能否一起另存为模板
sharepoint site及其子site能否一起另存为模板。
如果通过页面操作不能实现,后台写代码能否实现,谢谢?

[解决办法]
用备份和恢复功能好了。
stsadm.exe -o restore
-directory <UNC path>
-restoremethod <overwrite | new>
[-backupid <Id from backuphistory, see stsadm -help backuphistory>]
[-item <created path from tree>]
[-percentage <integer between 1 and 100>]
[-showtree]
[-suppressprompt]
[-username <username>]
[-password <password>]
[-newdatabaseserver <new database server name>]
[-preservechangelog]
[-quiet]

或者用site definition:
http://msdn.microsoft.com/en-us/library/ms434313.aspx

热点排行