IMappedFolderCollection Interface
Represents a collection of mapped folders in a SharePoint project.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection.(Inherited from ISharePointCollection<T>.) |
![]() | Project | Gets the SharePoint project that is associated with this mapped folder collection. |
| Name | Description | |
|---|---|---|
![]() | Add(MappedFolderType) | Adds a mapped folder with the specified type to the current SharePoint project, and also adds the mapped folder to the package in the project. |
![]() | Add(MappedFolderType, Boolean) | Adds a mapped folder with the specified type to the current SharePoint project. |
![]() | Add(String^) | Adds a mapped folder with the specified deployment path to the current SharePoint project, and also adds the mapped folder to the package in the project. |
![]() | Add(String^, Boolean) | Adds a mapped folder with the specified deployment path to the current SharePoint project. |
![]() | Contains(T) | Gets whether the provided item is a member of this collection.(Inherited from ISharePointCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | Copies items from this collection into an array.(Inherited from ISharePointCollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Mapped folders are folders in a SharePoint project that correspond to the physical location of certain files in the SharePoint Server installation. For more information, see How to: Add and Remove Mapped Folders.


