Method | Description | |
---|---|---|
AddList ( string title, string description, int templateId ) : System.Guid | ||
AddNavigationNode ( string title, string url, NavigationNodeLocation location ) : void | ||
AddRoleAssignment ( |
||
AddSiteGroup ( string name, |
||
AddWeb ( string url, string siteName, string description, uint lcid, string templateName, bool useUniquePermissions, bool convertIfThere ) : |
||
BreakRoleInheritance ( bool copyRoleAssignments ) : void | ||
Dispose ( ) : void | ||
EnsureUser ( string loginName ) : |
||
GetFolder ( string folderUrl ) : |
||
GetList ( System.Guid id ) : SPDGList | ||
GetList ( string title ) : SPDGList | ||
GetRoleAssignmentByPrincipal ( |
||
GetWebTemplates ( uint lcid ) : IEnumerable |
||
SPDGClientWeb ( Web web, |
||
TryGetList ( string title ) : SPDGList |
Method | Description | |
---|---|---|
invalidateSiteGroups ( ) : void | ||
invalidateSiteUsers ( ) : void |
public AddList ( string title, string description, int templateId ) : System.Guid | ||
title | string | |
description | string | |
templateId | int | |
return | System.Guid |
public AddNavigationNode ( string title, string url, NavigationNodeLocation location ) : void | ||
title | string | |
url | string | |
location | NavigationNodeLocation | |
return | void |
public AddRoleAssignment ( |
||
principal | ||
roledefinitions | IEnumerable |
|
return | void |
public AddSiteGroup ( string name, |
||
name | string | |
owner | ||
defaultUser | ||
description | string | |
return | void |
public AddWeb ( string url, string siteName, string description, uint lcid, string templateName, bool useUniquePermissions, bool convertIfThere ) : |
||
url | string | |
siteName | string | |
description | string | |
lcid | uint | |
templateName | string | |
useUniquePermissions | bool | |
convertIfThere | bool | |
return |
public BreakRoleInheritance ( bool copyRoleAssignments ) : void | ||
copyRoleAssignments | bool | |
return | void |
public EnsureUser ( string loginName ) : |
||
loginName | string | |
return |
public GetFolder ( string folderUrl ) : |
||
folderUrl | string | |
return |
public GetRoleAssignmentByPrincipal ( |
||
principal | ||
return |
public GetWebTemplates ( uint lcid ) : IEnumerable |
||
lcid | uint | |
return | IEnumerable |
public SPDGClientWeb ( Web web, |
||
web | Web | |
parentWeb | ||
context | ClientContext | |
site | ||
return | System |
public TryGetList ( string title ) : SPDGList | ||
title | string | |
return | SPDGList |