Class File.ShortcutDetailsData
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
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; }