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.
Implements
IMessageDriveExtensionPoint, IEquatableDriveExtensionPoint, IDeepCloneableDriveExtensionPoint, IBufferMessage, IMessageNamespace
Google.Apps.Script.Type.DriveAssembly
Google.Apps.Script.Type.dll
Constructors
DriveExtensionPoint()
public DriveExtensionPoint()
DriveExtensionPoint(DriveExtensionPoint)
public DriveExtensionPoint(DriveExtensionPoint other)
Parameter | |
---|---|
Name | Description |
other | DriveExtensionPoint |
Properties
RunFunction
public string RunFunction { get; set; }
Required. The endpoint to execute when this extension point is activated.
Property Value | |
---|---|
Type | Description |
string |