ScopeFolders Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of ScopeFolder objects.
public interface class ScopeFolders : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0369-0000-0000-C000-000000000046")]
public interface ScopeFolders : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0369-0000-0000-C000-000000000046")>]
type ScopeFolders = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface ScopeFolders
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Only ScopeFolder objects contain ScopeFolders collections. Each ScopeFolders collection contains the ScopeFolder objects that correspond to the subfolders of the parent ScopeFolder object.
Use the ScopeFolders property of the ScopeFolder object to return a ScopeFolders collection.
You can't add or remove ScopeFolder objects from a ScopeFolders collection.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Count |
Returns an Integer indicating the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
Returns a ScopeFolder object that represents a subfolder of the parent object. |
Methods
GetEnumerator() |