C# 클래스 Enmarcha.SharePoint.Extensors.Site

파일 보기 프로젝트 열기: Encamina/Enmarcha-SharePoint

공개 메소드들

메소드 설명
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

메소드 상세

AddPermisionSite() 공개 정적인 메소드

Function to add permissions to a site
public static AddPermisionSite ( this web, string group, RoleType role ) : bool
web this
group string
role RoleType
리턴 bool

CreateSite() 공개 정적인 메소드

Create SubSite in SharePoint
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

CreateSite() 공개 정적인 메소드

Create SubSite in SharePoint
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

CreateSubSite() 공개 정적인 메소드

Create SubSite in SharePoint
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

CreateSubSite() 공개 정적인 메소드

Create SubSite in SharePoint
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

GetPropertyBag() 공개 정적인 메소드

Get the PropertyBag of SPWeb
public static GetPropertyBag ( this web, string propertyName ) : string
web this
propertyName string Name of Property
리턴 string

RemovePermisionSite() 공개 정적인 메소드

Remove Permision Library
public static RemovePermisionSite ( this web, string group ) : bool
web this
group string Name Group
리턴 bool

SetPropertyBag() 공개 정적인 메소드

Set the PropertyBag of SPWeb
public static SetPropertyBag ( this web, string propertyName, string propertyValue ) : bool
web this
propertyName string Name of Property
propertyValue string Value of Proerty
리턴 bool