List.SaveAsTemplate(String, String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void SaveAsTemplate (string strFileName, string strName, string strDescription, bool bSaveData);
member this.SaveAsTemplate : string * string * string * bool -> unit
Public Sub SaveAsTemplate (strFileName As String, strName As String, strDescription As String, bSaveData As Boolean)
Parameters
- strFileName
- String
- strName
- String
- strDescription
- String
- bSaveData
- Boolean
- Attributes