SharedWorkspaceFile Object Members
The SharedWorkspaceFile object represents a file saved in a shared document workspace.
Methods
| Name | Description | |
|---|---|---|
| Delete | Deletes the current SharedWorkspaceFile object. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the SharedWorkspaceFile object (you can use this property with an Automation object to return that object's container application). Read-only. |
| CreatedBy | Gets the display name of the member who created the shared workspace object. Read-only. |
| CreatedDate | Gets the date and time when the shared workspace object was created. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the SharedWorkspaceFile object was created. Read-only. |
| ModifiedBy | Gets the name of the user who last modified the object. Read-only. |
| ModifiedDate | Gets the date and time when the SharedWorkspaceFile object was last modified. Read-only. |
| Parent | Gets the Parent object for the SharedWorkspaceFile object. Read-only. |
| URL | Gets the full Uniform Resource Locator (URL) and file name of the shared workspace file. Read-only. |