TITcs.SharePoint.Libs by Stiven F. Câmara

<PackageReference Include="TITcs.SharePoint.Libs" Version="1.0.0" />

.NET API 60,016,200 bytes

 SPSolutionExporter

public sealed class SPSolutionExporter
public enum ExportMode

public static int MaxSolutionFileSize { get; }

public static void ExportWeb(SPWeb web, string solutionFilePath, string title, string description, ExportMode exportMode, bool includeContent)

public static string ExportWebToGallery(SPWeb web, string solutionFileName, string title, string description, ExportMode exportMode, bool includeContent)

public static string ExportWebToGallery(SPWeb web, string solutionFileName, string title, string description, ExportMode exportMode, bool includeContent, Action<string> solutionPostProcessor, bool activateSolution)

public static void ExportWorkFlowTemplate(SPWeb web, string solutionFilePath, string title, string description, string workflowTemplateName)

public static string ExportWorkflowToList(SPWeb web, string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl)

public static string PathCombine(string path1, string path2)