public sealed class DriveExtensionPoint : IMessage<DriveExtensionPoint>, IEquatable<DriveExtensionPoint>, IDeepCloneable<DriveExtensionPoint>, IBufferMessage, IMessage
A generic extension point with common features, e.g. something that simply
needs a corresponding run function to work.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This page provides documentation for the `DriveExtensionPoint` class, a generic extension point designed for functions in Google Apps Script, within the Google.Apps.Script.Type.Drive namespace."],["The `DriveExtensionPoint` class, found in the Google.Apps.Script.Type.dll assembly, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`DriveExtensionPoint()`) and a copy constructor (`DriveExtensionPoint(DriveExtensionPoint other)`), which accepts another DriveExtensionPoint object as a parameter."],["The class includes one property named `RunFunction` which is a string used to indicate the endpoint to run when this extension point activates."],["The documentation covers versions 1.0.0 to the latest version 2.3.0 of the `DriveExtensionPoint` class, with the current version being 2.0.0."]]],[]]