SharedWorkspaceFile Interface

Definition

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.

public interface class SharedWorkspaceFile : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C037B-0000-0000-C000-000000000046")]
public interface SharedWorkspaceFile : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C037B-0000-0000-C000-000000000046")>]
type SharedWorkspaceFile = interface
    interface _IMsoDispObj
Public Interface SharedWorkspaceFile
Implements _IMsoDispObj
Attributes
Implements

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.

Properties

Application

Returns an Application object that represents the container application for the object.

CreatedBy

Returns the friendly name of the member who created the shared workspace object.

CreatedDate

Returns the date and time when the shared workspace object was created.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

ModifiedBy

Returns the name of the user who last modified the object.

ModifiedDate

Returns the date and time when the shared workspace object was last modified.

Parent

Returns the Parent object for the specified object.

URL

Returns the full uniform resource locator (URL) and file name of the shared workspace file.

Methods

Delete()

Deletes the current object.

Applies to