Метод | Описание | |
---|---|---|
AddPermisionSite ( this web, string group, RoleType role ) : bool |
Function to add permissions to a site
|
|
CreateSite ( this site, string urlWeb, string title, string description, string template ) : bool |
Create SubSite in SharePoint
|
|
CreateSite ( this site, string urlWeb, string title, string description, string template, bool breakPermission ) : bool |
Create SubSite in SharePoint
|
|
CreateSubSite ( this web, string urlWeb, string title, string description, string template ) : bool |
Create SubSite in SharePoint
|
|
CreateSubSite ( this web, string urlWeb, string title, string description, string template, bool breakPermisions ) : bool |
Create SubSite in SharePoint
|
|
GetPropertyBag ( this web, string propertyName ) : string |
Get the PropertyBag of SPWeb
|
|
RemovePermisionSite ( this web, string group ) : bool |
Remove Permision Library
|
|
SetPropertyBag ( this web, string propertyName, string propertyValue ) : bool |
Set the PropertyBag of SPWeb
|
public static AddPermisionSite ( this web, string group, RoleType role ) : bool | ||
web | this | |
group | string | |
role | RoleType | |
Результат | bool |
public static CreateSite ( this site, string urlWeb, string title, string description, string template ) : bool | ||
site | this | |
urlWeb | string | Url para la Web que vamos a crear |
title | string | |
description | string | |
template | string | Nombre de la definición de sitios por ejemplo Team Template el valor que se debe pasar es "STS" |
Результат | bool |
public static CreateSite ( this site, string urlWeb, string title, string description, string template, bool breakPermission ) : bool | ||
site | this | |
urlWeb | string | Url para la Web que vamos a crear |
title | string | |
description | string | |
template | string | Nombre de la definición de sitios por ejemplo Team Template el valor que se debe pasar es "STS" |
breakPermission | bool | |
Результат | bool |
public static CreateSubSite ( this web, string urlWeb, string title, string description, string template ) : bool | ||
web | this | |
urlWeb | string | Url para la Web que vamos a crear |
title | string | |
description | string | |
template | string | Nombre de la definición de sitios por ejemplo Team Template el valor que se debe pasar es "STS" |
Результат | bool |
public static CreateSubSite ( this web, string urlWeb, string title, string description, string template, bool breakPermisions ) : bool | ||
web | this | |
urlWeb | string | Url para la Web que vamos a crear |
title | string | |
description | string | |
template | string | Nombre de la definición de sitios por ejemplo Team Template el valor que se debe pasar es "STS" |
breakPermisions | bool | |
Результат | bool |
public static GetPropertyBag ( this web, string propertyName ) : string | ||
web | this | |
propertyName | string | Name of Property |
Результат | string |
public static RemovePermisionSite ( this web, string group ) : bool | ||
web | this | |
group | string | Name Group |
Результат | bool |
public static SetPropertyBag ( this web, string propertyName, string propertyValue ) : bool | ||
web | this | |
propertyName | string | Name of Property |
propertyValue | string | Value of Proerty |
Результат | bool |