Class SfCollaborationGroup
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Group
SObject Name: CollaborationGroup
Custom Object: False
public class SfCollaborationGroup : SObject
- Inheritance
-
SfCollaborationGroup
- Inherited Members
Properties
Announcement
ReferenceTo: Announcement
RelationshipName: Announcement
[JsonProperty(PropertyName = "announcement")]
[Updateable(false)]
[Createable(false)]
public SfAnnouncement Announcement { get; set; }
Property Value
AnnouncementId
Announcement ID
Name: AnnouncementId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "announcementId")]
public string AnnouncementId { get; set; }
Property Value
BannerPhotoUrl
Banner Photo Url
Name: BannerPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "bannerPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string BannerPhotoUrl { get; set; }
Property Value
CanHaveGuests
Allow customers
Name: CanHaveGuests
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "canHaveGuests")]
public bool? CanHaveGuests { get; set; }
Property Value
- bool?
CollaborationType
Access Type
Name: CollaborationType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "collaborationType")]
public string CollaborationType { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
FullPhotoUrl
Url for full-sized Photo
Name: FullPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "fullPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string FullPhotoUrl { get; set; }
Property Value
GroupEmail
Group Email
Name: GroupEmail
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "groupEmail")]
[Updateable(false)]
[Createable(false)]
public string GroupEmail { get; set; }
Property Value
HasPrivateFieldsAccess
Has Private Fields Access
Name: HasPrivateFieldsAccess
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasPrivateFieldsAccess")]
[Updateable(false)]
[Createable(false)]
public bool? HasPrivateFieldsAccess { get; set; }
Property Value
- bool?
Id
Group Id
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InformationBody
Information
Name: InformationBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "informationBody")]
public string InformationBody { get; set; }
Property Value
InformationTitle
Information Title
Name: InformationTitle
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "informationTitle")]
public string InformationTitle { get; set; }
Property Value
IsArchived
Archive
Name: IsArchived
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isArchived")]
public bool? IsArchived { get; set; }
Property Value
- bool?
IsAutoArchiveDisabled
Disable automatic archiving
Name: IsAutoArchiveDisabled
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAutoArchiveDisabled")]
public bool? IsAutoArchiveDisabled { get; set; }
Property Value
- bool?
IsBroadcast
Broadcast Only
Name: IsBroadcast
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isBroadcast")]
public bool? IsBroadcast { get; set; }
Property Value
- bool?
LastFeedModifiedDate
Last Feed Modified Date
Name: LastFeedModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastFeedModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastFeedModifiedDate { get; set; }
Property Value
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
MediumPhotoUrl
Url for medium profile photo
Name: MediumPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "mediumPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string MediumPhotoUrl { get; set; }
Property Value
MemberCount
Member Count
Name: MemberCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "memberCount")]
[Updateable(false)]
[Createable(false)]
public int? MemberCount { get; set; }
Property Value
- int?
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Owner
ReferenceTo: User
RelationshipName: Owner
[JsonProperty(PropertyName = "owner")]
[Updateable(false)]
[Createable(false)]
public SfUser Owner { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SmallPhotoUrl
Photo
Name: SmallPhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "smallPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string SmallPhotoUrl { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }