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

파일 보기 프로젝트 열기: Encamina/Enmarcha-SharePoint 1 사용 예제들

공개 메소드들

메소드 설명
AddContentTypeLibrary ( this list, string contentType ) : bool

Add ContentType in Library

AddPermisionLibrary ( this list, string group, RoleType role ) : bool

Add permissions to the library

CreateList ( this web, string title, string description, TypeList typeList, bool versionControl ) : bool

Create List

CreateList ( this web, string title, string description, TypeList typeList, bool versionControl, Type genericClass ) : bool

Create List

비공개 메소드들

메소드 설명
AddFieldInList ( ListSharePoint list, Type genericClass ) : void

Add Field in List

CreateColumnInList ( ParamsColumnSite args ) : void
GenerateCommand ( ) : SPFieldType>.Dictionary
GetFieldType ( string fieldType ) : SPFieldType

메소드 상세

AddContentTypeLibrary() 공개 정적인 메소드

Add ContentType in Library
public static AddContentTypeLibrary ( this list, string contentType ) : bool
list this
contentType string
리턴 bool

AddPermisionLibrary() 공개 정적인 메소드

Add permissions to the library
public static AddPermisionLibrary ( this list, string group, RoleType role ) : bool
list this
group string
role RoleType
리턴 bool

CreateList() 공개 정적인 메소드

Create List
public static CreateList ( this web, string title, string description, TypeList typeList, bool versionControl ) : bool
web this
title string
description string
typeList TypeList
versionControl bool
리턴 bool

CreateList() 공개 정적인 메소드

Create List
public static CreateList ( this web, string title, string description, TypeList typeList, bool versionControl, Type genericClass ) : bool
web this
title string
description string
typeList TypeList
versionControl bool
genericClass System.Type
리턴 bool