C# 클래스 Acceleratio.SPDG.Generator.SPModel.SPDGWeb

상속: SPDGSecurableObject, IDisposable
파일 보기 프로젝트 열기: Acceleratio/SPDG 1 사용 예제들

공개 메소드들

메소드 설명
AddList ( string title, string description, int templateId ) : System.Guid
AddNavigationNode ( string title, string url, NavigationNodeLocation location ) : void
AddSiteGroup ( string name, SPDGUser owner, SPDGUser defaultUser, string description ) : void
AddWeb ( string url, string siteName, string description, uint lcid, string templateName, bool useUniquePermissions, bool convertIfThere ) : SPDGWeb
Dispose ( ) : void
EnsureUser ( string loginName ) : SPDGUser
GetFolder ( string folderUrl ) : SPDGFolder
GetList ( System.Guid id ) : SPDGList
GetList ( string title ) : SPDGList
GetWebTemplates ( uint lcid ) : IEnumerable
TryGetList ( string title ) : SPDGList

메소드 상세

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

public abstract AddList ( string title, string description, int templateId ) : System.Guid
title string
description string
templateId int
리턴 System.Guid

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

public abstract AddNavigationNode ( string title, string url, NavigationNodeLocation location ) : void
title string
url string
location NavigationNodeLocation
리턴 void

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

public abstract AddSiteGroup ( string name, SPDGUser owner, SPDGUser defaultUser, string description ) : void
name string
owner SPDGUser
defaultUser SPDGUser
description string
리턴 void

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

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

public abstract Dispose ( ) : void
리턴 void

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

public abstract EnsureUser ( string loginName ) : SPDGUser
loginName string
리턴 SPDGUser

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

public abstract GetFolder ( string folderUrl ) : SPDGFolder
folderUrl string
리턴 SPDGFolder

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

public abstract GetList ( System.Guid id ) : SPDGList
id System.Guid
리턴 SPDGList

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

public abstract GetList ( string title ) : SPDGList
title string
리턴 SPDGList

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

public abstract GetWebTemplates ( uint lcid ) : IEnumerable
lcid uint
리턴 IEnumerable

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

public abstract TryGetList ( string title ) : SPDGList
title string
리턴 SPDGList