SharedWorkspaceFile interface

This object, member, or enumeration is deprecated and is not intended to be used in your code.

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

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

No code example is currently available or this language may not be supported.

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.

Show: