Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerWeb.AddList C# (CSharp) Method

AddList() public method

public AddList ( string title, string description, int templateId ) : System.Guid
title string
description string
templateId int
return System.Guid
        public override Guid AddList(string title, string description, int templateId)
        {
            return _spWeb.Lists.Add(title, description, (SPListTemplateType) templateId);
        }