SharedWorkspaceFile Interface

The SharedWorkspaceFile object represents a file saved in a shared document workspace.

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

Syntax

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

Remarks

This object is a member of the SharedWorkspaceFiles collection.

Use the SharedWorkspaceFile object to manage documents and files saved in a shared workspace.

Although the SharedWorkspaceFile object has a URL property that returns the file's complete path and filename, it does not have a FileName property.

Use the Item(Index) method of the SharedWorkspaceFiles collection to return a specific SharedWorkspaceFile object.

Use the CreatedBy, CreatedDate, ModifiedBy, and ModifiedDate properties to return information about the history of each file.

See Also

Reference

SharedWorkspaceFile Members

Microsoft.Office.Core Namespace