Google.Apps.Script.Type - Class DriveExtensionPoint (2.1.0)

public sealed class DriveExtensionPoint : IMessage<DriveExtensionPoint>, IEquatable<DriveExtensionPoint>, IDeepCloneable<DriveExtensionPoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Google.Apps.Script.Type class DriveExtensionPoint.

A generic extension point with common features, e.g. something that simply needs a corresponding run function to work.

Inheritance

object > DriveExtensionPoint

Namespace

GoogleGoogle.AppsGoogle.Apps.ScriptTypeDrive

Assembly

Google.Apps.Script.Type.dll

Constructors

DriveExtensionPoint()

public DriveExtensionPoint()

DriveExtensionPoint(DriveExtensionPoint)

public DriveExtensionPoint(DriveExtensionPoint other)
Parameter
NameDescription
otherDriveExtensionPoint

Properties

RunFunction

public string RunFunction { get; set; }

Required. The endpoint to execute when this extension point is activated.

Property Value
TypeDescription
string