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.
[[["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-21 UTC."],[[["This document provides reference documentation and code samples for the `DriveExtensionPoint` class within the `Google.Apps.Script.Type` namespace, which is part of the `Google.Apps.Script.Type.dll` assembly."],["The `DriveExtensionPoint` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["This class represents a generic extension point that requires a corresponding run function to work and has a property called `RunFunction`, which is a required endpoint to be executed when the extension point is activated."],["There are two constructors, a parameterless constructor and one that takes another `DriveExtensionPoint` instance as an argument, and it has different versions available, with the latest version being 2.3.0."]]],[]]