RepositoryList Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a SharePoint list.
The RepositoryList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RepositoryList | Initializes a new instance of the RepositoryList class. |
Top
Properties
Name | Description | |
---|---|---|
DisplayFullText | Gets a string in the format "Title (ListURL)". | |
ListId | Gets or sets the identifier of the list. | |
Location | Gets or sets the location of the list. | |
SupportedTypes | Gets or sets the type of objects that the list contains. | |
Title | Gets or sets the title of the list. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
CompareTo | Compares the current instance to another object of the same type. | |
CopyFrom | Used by inherited classes to perform a deep copy of the specified object. | |
Equals(Object) | Determines whether the current object is equal to another object. (Overrides Object.Equals(Object).) | |
Equals(RepositoryList) | Determines whether the current object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetFormattedDisplayString | Returns a string in the format "List (https://server/site/List)". | |
GetHashCode | Gets the hash code for this object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top