...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
PublicTabGroupId | Int32 | No | The public tab group Id is a unique identifier for a public tab group. For internal use only. | |
PublicTabGroupName | String | One of PublicTabGroupName or PublicTabGroupUID id is required | The public tab group name is a unique identifier for a public tab group | Project Manager |
PublicTabGroupUid | Int64 | See PublicTabGroupName | A unique and immutable identifier for a public tab group | 1152921504606848010 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:DefaultTabGroupIdentity>
<b:PublicTabGroupId i:nil="true"/>
<b:PublicTabGroupName>Project Manager</b:PublicTabGroupName>
<b:PublicTabGroupUid>1152921504606848010</b:PublicTabGroupUid>
</b:DefaultTabGroupIdentity> |