Partager via


MSLicenseMetadata class

Information for the document tracking feature. The required properties are contentName and notificationType which are set by the initializing method, initWithContentName. The other properties are optional.

For more information, see How to: Use document tracking.

Signature

@interface MSLicenseMetadata : NSObject

Properties

Name Description
contentDateCreated
Creation date of the tracked document.
contentDateModified
Last date the tracked document was modified.
contentName
Required
Name of a content to be tracked.
contentPath
Content path (file path) of the tracked document.
notificationPreference
Type of user notification preference of the tracked document.
notificationType
Required
Type of user notification for the tracked document.

Methods

Name Description
initWithContentName
Creates an MSLicenseMeta object.

Defined in

MSLicenseMetadata.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8

Thread Safety

Members of this class are not guaranteed to be thread safe.