SharePointMetadata Class

Describes metadata about the document in SharePoint or OneDrive for Business that contained the sensitive information.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActivitySharePointMetadata

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class SharePointMetadata

The SharePointMetadata type exposes the following members.

Constructors
  NameDescription
Public methodSharePointMetadata
Initializes a new instance of the SharePointMetadata class
Properties
  NameDescription
Public propertyDocumentLastModifier
The user who last modified the document. Mandatory: Yes
Public propertyDocumentSharer
The user who last modiifed sharing of the document. Mandatory: Yes
Public propertyFileName
Name of the path. Mandatory: Yes
Public propertyFileOwner
The document owner. Mandatory: Yes
Public propertyFilePathUrl
The URL of the document Mandatory: Yes
Public propertyFrom
The user who triggered the event. This will be either the FileOwner, LastModifier, or LastSharer. Mandatory: Yes
Public propertyitemCreationTime
Datetimestamp in UTC of when event logged. Mandatory: Yes
Public propertyLastModifiedTime
Timestamp in UTC for when doc was last modified. Mandatory: Yes
Public propertySiteCollectionGuid
The GUID of the site collection. Mandatory: Yes
Public propertySiteCollectionUrl
Name of the SharePoint site. Mandatory: Yes
Public propertyUniqueId
A guid that identifies the file. Mandatory: Yes
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also