From 0f7c6b863a66cddebe36f41de9e924b94f7ed7e4 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sat, 29 Jun 2024 02:53:59 +0000 Subject: [PATCH] feat: Namespace.get/set_Pattern ( Fixes #1137 ) --- docs/Namespace/get_Pattern.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/Namespace/get_Pattern.md diff --git a/docs/Namespace/get_Pattern.md b/docs/Namespace/get_Pattern.md new file mode 100644 index 000000000..ea9616d9e --- /dev/null +++ b/docs/Namespace/get_Pattern.md @@ -0,0 +1,15 @@ +Namespace.get_Pattern() +----------------------- + +### Synopsis +Gets the namespace pattern. + +--- + +### Description + +Gets the pattern of a namespace object. + +If we already have a cached .Pattern, return it. + +---