Метод | Описание | |
---|---|---|
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, |
Create List
|
Метод | Описание | |
---|---|---|
AddFieldInList ( |
Add Field in List
|
|
CreateColumnInList ( |
||
GenerateCommand ( ) : SPFieldType>.Dictionary |
||
GetFieldType ( string fieldType ) : SPFieldType |
public static AddContentTypeLibrary ( this list, string contentType ) : bool | ||
list | this | |
contentType | string | |
Результат | bool |
public static AddPermisionLibrary ( this list, string group, RoleType role ) : bool | ||
list | this | |
group | string | |
role | RoleType | |
Результат | bool |
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 |
public static CreateList ( this web, string title, string description, TypeList typeList, bool versionControl, |
||
web | this | |
title | string | |
description | string | |
typeList | TypeList | |
versionControl | bool | |
genericClass | ||
Результат | bool |