Share via


CustomUriFunctions Class

Definition

Class represents functions signatures of custom uri functions.

public static class CustomUriFunctions
type CustomUriFunctions = class
Public Class CustomUriFunctions
Inheritance
CustomUriFunctions

Methods

AddCustomUriFunction(String, FunctionSignatureWithReturnType)

Add a custom uri function to extend uri functions. In case the function name already exists as a custom function, the signature will be added as an another overload.

RemoveCustomUriFunction(String, FunctionSignatureWithReturnType)

Removes the specific function overload from the custom uri functions.

RemoveCustomUriFunction(String)

Removes all the function overloads from the custom uri functions.

Applies to