ScopeFolders Interface

A collection of ScopeFolder objects.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C0369-0000-0000-C000-000000000046")> _
Public Interface ScopeFolders _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As ScopeFolders
[GuidAttribute("000C0369-0000-0000-C000-000000000046")]
public interface ScopeFolders : _IMsoDispObj, 
    IEnumerable

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.

See Also

Reference

ScopeFolders Members

Microsoft.Office.Core Namespace