SharedWorkspaceFiles 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.
This object, member, or enumeration is deprecated and is not intended to be used in your code.A collection of the SharedWorkspaceFile objects in the current shared workspace.
public interface class SharedWorkspaceFiles : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C037C-0000-0000-C000-000000000046")]
public interface SharedWorkspaceFiles : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C037C-0000-0000-C000-000000000046")>]
type SharedWorkspaceFiles = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SharedWorkspaceFiles
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Use the Files property of the SharedWorkspace object to return a SharedWorkspaceFiles 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 SharedWorkspaceFile object from the Files 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, Object, Object) |
Adds a file to the document library in a shared workspace. |
GetEnumerator() |