PublishingWebCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of PublishingWeb objects.
The PublishingWebCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. (Inherited from CollectionBase.) |
![]() |
Item[Int32] | Uses a zero-based integer index to get a PublishingWeb object from this PublishingWebCollection object. |
![]() |
Item[String] | Gets a PublishingWeb object from this PublishingWebCollection object using a string index. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(String) | Creates a child PublishingWeb object in the parent PublishingWeb object of this collection. |
![]() |
Add(String, UInt32, String) | Creates a child PublishingWeb object based on the specified Web template. |
![]() |
Delete | Deletes a PublishingWeb object with the given URL from the parent PublishingWebobject of this collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through this CollectionBase instance. (Inherited from CollectionBase.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top