SharedWorkspaceFolder 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.The SharedWorkspaceFolder object represents a folder in a shared document workspace.
public interface class SharedWorkspaceFolder : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C037D-0000-0000-C000-000000000046")]
public interface SharedWorkspaceFolder : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C037D-0000-0000-C000-000000000046")>]
type SharedWorkspaceFolder = interface
interface _IMsoDispObj
Public Interface SharedWorkspaceFolder
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
This object is a member of the SharedWorkspaceFolders collection.
Use the SharedWorkspaceFolder object to manage subfolders within the main document library folder of a shared workspace.
The Count property of the SharedWorkspaceFolders collection does not include the workspace's main folder and returns 0 (zero) if no subfolders have been created.
The SharedWorkspaceFolder object does not expose the CreatedBy, CreatedDate, ModifiedBy, and ModifiedDate properties available on the SharedWorkspaceFile, SharedWorkspaceLink, and SharedWorkspaceTask objects.
Use the Item(index
) method of the SharedWorkspaceFolders collection to return a specific SharedWorkspaceFolder object.
Use the FolderName property to return the name of the shared workspace folder.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
FolderName |
Returns the name of a subfolder within the main document library folder of a shared workspace. |
Parent |
Returns the Parent object for the specified object. |
Methods
Delete(Object) |
Deletes the current shared workspace folder and all data within it. |