SharedWorkspaceFolders Interface

Definition

This object, member, or enumeration is deprecated and is not intended to be used in your code.A collection of the SharedWorkspaceFolder objects in the current shared workspace.

public interface class SharedWorkspaceFolders : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C037E-0000-0000-C000-000000000046")]
public interface SharedWorkspaceFolders : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C037E-0000-0000-C000-000000000046")>]
type SharedWorkspaceFolders = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface SharedWorkspaceFolders
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

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 SharedWorkspaceFolder object from the Folders collection of the shared workspace.

ItemCountExceeded

Returns a Boolean value that indicates whether the number of items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane.

Parent

Returns the Parent object for the specified object.

Methods

Add(String, Object)

Adds a folder to the document library in a shared workspace.

GetEnumerator()

Applies to