Share via


ScopeFolders Interface 

A collection of ScopeFolder objects.

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

Usage

Public Class copeFoldersImplementation
    Implements ScopeFolders
End Class
Dim copeFoldersImplementation1 As New copeFoldersImplementation()

Syntax

Public Interface ScopeFolders
    Inherits _IMsoDispObj, IEnumerable
public interface ScopeFolders : _IMsoDispObj, IEnumerable
public interface class ScopeFolders : public _IMsoDispObj, IEnumerable
public interface ScopeFolders implements _IMsoDispObj, IEnumerable
public interface ScopeFolders implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

ScopeFolders Members