C# Class Glyma.SharePoint.Common.ReadOnlyListDetails

Provides read-only details for a SharePoint list.
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetServerRelativeUrl() public méthode

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.
Résultat string

ReadOnlyListDetails() public méthode

public ReadOnlyListDetails ( string urlName, SPListTemplateType templateType, string title, string description, bool enforceUniqueValues ) : System
urlName string
templateType SPListTemplateType
title string
description string
enforceUniqueValues bool
Résultat System