PageLayoutCollection Members
Include Protected Members
Include Inherited Members
A collection of PageLayout objects.
The PageLayoutCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. (Inherited from CollectionBase<T>.) |
![]() |
FileExtension | |
![]() |
IsSynchronized | Returns whether the collection is synchronized. (Inherited from CollectionBase<T>.) |
![]() |
Item[Int32] | Gets the item at the specified index. (Inherited from CollectionBase<T>.) |
![]() |
Item[Guid] | Retrieves an item by its unique ID. (Inherited from QueryBasedCollection<T>.) |
![]() |
Item[String] | Retrieves an item by its Web-relative URL. (Inherited from QueryBasedCollection<T>.) |
![]() |
LayoutsDocumentLibrary | Gets the SPDocumentLibrary where the PageLayout objects in this PageLayoutCollection are stored. |
![]() |
MasterGalleryFolder | |
![]() |
PreviewImageFolder | |
![]() |
RowLimit | Gets the maximum number of items that can be contained in a collection that is using data paging. (Inherited from QueryBasedCollection<T>.) |
![]() |
Site | |
![]() |
SyncRoot | Returns the object that can be used to synchronize access to this collection. (Inherited from CollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(String, SPContentTypeId) | Creates and adds a new PageLayout. |
![]() |
Add(String, SPContentTypeId, String) | Creates and adds a new PageLayout. |
![]() |
Contains | Determines if a PageLayout with a specific name exists in the specified SPFolder. |
![]() |
CopyTo | Copies the internal collection to the specified array, starting at the specified index. (Inherited from CollectionBase<T>.) |
![]() |
Delete | Removes a PageLayout from a given SPFolder. |
![]() |
EnsureItemIsUnique | Used to verify whether the current item has already been retrieved. (Inherited from QueryBasedCollection<T>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns a generic enumerator that can iterate through this generic CollectionBase instance. (Inherited from CollectionBase<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLayoutFileName | |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
QueryNext | Advances the collection to the next subset of paged data. (Inherited from QueryBasedCollection<T>.) |
![]() |
ToArray | Creates an array of the PageLayout objects in this PageLayoutCollection. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from CollectionBase<T>.) |
Top