SocialGroup Type

Organizes users into a social group.

Type Template

<...>
    <ID>xs:long</ID>
    <objectType>xs:int</objectType>
    <!-- List of ... -->
    <contentTypesIDs>xs:long</contentTypesIDs>
    <creationDate>xs:dateTime</creationDate>
    <description>xs:string</description>
    <displayName>xs:string</displayName>
    <modificationDate>xs:dateTime</modificationDate>
    <name>xs:string</name>
    <typeID>xs:int</typeID>
    <userID>xs:long</userID>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
contentTypesIDs
Setting
Sets the content types that this social group supports.
Getting
Returns the content types that this social group supports.
creationDate
Setting
Sets the creation date of the group. In most cases, the creation date will default to when the group was entered into the system. However, the date needs to be set manually when importing data. In other words, skin authors should ignore this method since it only intended for system maintenance.
Getting
Returns the date that the group was created.
description
Setting
Sets the description of the group. The description often summarizes a group's function, such as 'Administrators of the XYZ community'. This method is restricted to those with group administration permission.
Getting
Returns the description of the group. The description often summarizes a group's function, such as 'Administrators of the XYZ community'.
displayName
Setting
Getting
ID
Setting
Getting
modificationDate
Setting
Sets the date the group was last modified. Skin authors should ignore this method since it only intended for system maintenance.
Getting
Returns the date that the group was last modified.
name
Setting
Sets the name of the group. For example, 'XYZ Admins'. This method is restricted to those with group administration permission.
Getting
objectType
Setting
Getting
typeID
Setting
Getting
userID
Setting
Getting