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

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

.NET API 60,016,200 bytes

 SPWebCollection

public SPWeb this[string name] { get; }

public SPWeb this[int i] { get; }

public SPWeb this[Guid id] { get; }

public string[] Names { get; }

public List<SPWebInfo> WebsInfo { get; }

public SPWeb Add(string strWebUrl, string strTitle, string strDescription, uint nLCID, string strWebTemplate, bool useUniquePermissions, bool bConvertIfThere)

public SPWeb Add(string strWebUrl, string strTitle, string strDescription, uint nLCID, SPWebTemplate WebTemplate, bool useUniquePermissions, bool bConvertIfThere)

public SPWeb Add(string strWebUrl)

public void Delete(string strWebUrl)