C# Класс Glyma.SharePoint.Common.ReadOnlyListDetails

Provides read-only details for a SharePoint list.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetServerRelativeUrl ( SPWeb site ) : string

Gets the server-relative URL for the list in a specified site.

ReadOnlyListDetails ( string urlName, SPListTemplateType templateType, string title, string description, bool enforceUniqueValues ) : System

Описание методов

GetServerRelativeUrl() публичный Метод

Gets the server-relative URL for the list in a specified site.
public GetServerRelativeUrl ( SPWeb site ) : string
site SPWeb An SPWeb object of a site to use to create the server-relative URL.
Результат string

ReadOnlyListDetails() публичный Метод

public ReadOnlyListDetails ( string urlName, SPListTemplateType templateType, string title, string description, bool enforceUniqueValues ) : System
urlName string
templateType SPListTemplateType
title string
description string
enforceUniqueValues bool
Результат System