AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the activity information.

Inheritance Hierarchy

System.Object
  Amazon.WorkDocs.Model.Activity

Namespace: Amazon.WorkDocs.Model
Assembly: AWSSDK.WorkDocs.dll
Version: 3.x.y.z

Syntax

C#
public class Activity

The Activity type exposes the following members

Constructors

NameDescription
Public Method Activity()

Properties

NameTypeDescription
Public Property CommentMetadata Amazon.WorkDocs.Model.CommentMetadata

Gets and sets the property CommentMetadata.

Metadata of the commenting activity. This is an optional field and is filled for commenting activities.

Public Property Initiator Amazon.WorkDocs.Model.UserMetadata

Gets and sets the property Initiator.

The user who performed the action.

Public Property IsIndirectActivity System.Boolean

Gets and sets the property IsIndirectActivity.

Indicates whether an activity is indirect or direct. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The ID of the organization.

Public Property OriginalParent Amazon.WorkDocs.Model.ResourceMetadata

Gets and sets the property OriginalParent.

The original parent of the resource. This is an optional field and is filled for move activities.

Public Property Participants Amazon.WorkDocs.Model.Participants

Gets and sets the property Participants.

The list of users or groups impacted by this action. This is an optional field and is filled for the following sharing activities: DOCUMENT_SHARED, DOCUMENT_SHARED, DOCUMENT_UNSHARED, FOLDER_SHARED, FOLDER_UNSHARED.

Public Property ResourceMetadata Amazon.WorkDocs.Model.ResourceMetadata

Gets and sets the property ResourceMetadata.

The metadata of the resource involved in the user action.

Public Property TimeStamp System.DateTime

Gets and sets the property TimeStamp.

The timestamp when the action was performed.

Public Property Type Amazon.WorkDocs.ActivityType

Gets and sets the property Type.

The activity type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5