Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsPublicTabGroupRef
  • PwsPublicTabGroupRef
    • PublicTabGroupId: Int32
    • PublicTabGroupName: String
    • PublicTabGroupUid: Int64

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
languagexml
titleExample 01
collapsetrue
                     <b:DefaultTabGroupIdentity>
                        <b:PublicTabGroupId i:nil="true"/>
                        <b:PublicTabGroupName>Project Manager</b:PublicTabGroupName>
                        <b:PublicTabGroupUid>1152921504606848010</b:PublicTabGroupUid>
                     </b:DefaultTabGroupIdentity>