C# 클래스 Glyma.SharePoint.Common.ReadOnlyListDetails

Provides read-only details for a SharePoint list.
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

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