Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerWeb.AddList C# (CSharp) 메소드

AddList() 공개 메소드

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