Acceleratio.SPDG.Generator.SPModel.SPDGWeb.AddWeb C# (CSharp) 메소드

AddWeb() 공개 추상적인 메소드

public abstract AddWeb ( string url, string siteName, string description, uint lcid, string templateName, bool useUniquePermissions, bool convertIfThere ) : SPDGWeb
url string
siteName string
description string
lcid uint
templateName string
useUniquePermissions bool
convertIfThere bool
리턴 SPDGWeb
        public abstract SPDGWeb AddWeb(string url, string siteName, string description, uint lcid, string templateName, bool useUniquePermissions, bool convertIfThere);