CustomUriFunctions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |