Share via


SharedWorkspaceFile Interface 

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

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

Usage

Public Class haredWorkspaceFileImplementation
    Implements SharedWorkspaceFile
End Class
Dim haredWorkspaceFileImplementation1 As New haredWorkspaceFileImplementation()

Syntax

Public Interface SharedWorkspaceFile
    Inherits _IMsoDispObj
public interface SharedWorkspaceFile : _IMsoDispObj
public interface class SharedWorkspaceFile : public _IMsoDispObj
public interface SharedWorkspaceFile implements _IMsoDispObj
public interface SharedWorkspaceFile implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

SharedWorkspaceFile Members