Table of Contents

Class File.ShortcutDetailsData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.

public class File.ShortcutDetailsData
Inheritance
File.ShortcutDetailsData
Inherited Members

Constructors

ShortcutDetailsData()

public ShortcutDetailsData()

Properties

TargetId

The ID of the file that this shortcut points to.

public virtual string TargetId { get; set; }

Property Value

string

TargetMimeType

The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.

public virtual string TargetMimeType { get; set; }

Property Value

string