ListLocation members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the location of a SharePoint list.
The ListLocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListLocation() | Initializes a new instance of the ListLocation class. | |
ListLocation(String, String) | Initializes a new instance of the ListLocation class, based on the specified site URL and list URL. |
Top
Properties
Name | Description | |
---|---|---|
ListUrl | Gets the server-relative URL of the list. | |
SiteUrl | Gets the server-relative URL of the site. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to another object. (Overrides Object.Equals(Object).) | |
Equals(ListLocation) | Determines whether this object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for the object. (Overrides Object.GetHashCode().) | |
GetSchema | Gets the XML schema. | |
GetType | (Inherited from Object.) | |
IsNullOrEmpty | Determines whether the specified list is null or empty. | |
MemberwiseClone | (Inherited from Object.) | |
ReadXml | Reads properties from XML. | |
ToString | Returns a string that represents this object. (Overrides Object.ToString().) | |
WriteXml | Writes properties to XML. |
Top