> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NSCategoryGuess

> Currently not used!

Currently not used!

## Constructors

### NSCategoryGuess()

```crmscript theme={null}
NSCategoryGuess
```

Currently not used!

## Methods

## GetDummy()

Currently not used!

```crmscript theme={null}
String GetDummy()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

**Example:**

```crmscript theme={null}
NSCategoryGuess thing;
String dummy = thing.GetDummy();
```

## SetDummy(String)

Currently not used!

```crmscript theme={null}
Void SetDummy(String dummy)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

**Example:**

```crmscript theme={null}
NSCategoryGuess thing;
String dummy;
thing.SetDummy(dummy);
```
