GroupBeforeDeleteEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class GroupBeforeDeleteEventArgs
{
	string AvatarUrl { get;  }
	Guid ContainerId { get;  }
	DateTime? DateCreated { get;  }
	string Description { get;  }
	bool EnableContact { get;  }
	bool EnableGroupMessages { get;  }
	ApiList<ExtendedAttribute> ExtendedAttributes { get;  }
	int GroupCount { get;  }
	string GroupType { get;  }
	bool HasGroups { get;  }
	int? Id { get;  }
	string Key { get;  }
	string Name { get;  }
	int? ParentGroupId { get;  }
	int? TotalMembers { get;  }
	string Url { get;  }
	bool GetExtendedAttributeBool(string name, bool defaultValue);
	DateTime GetExtendedAttributeDateTime(string name, DateTime defaultValue);
	Guid GetExtendedAttributeGuid(string name, Guid defaultValue);
	int GetExtendedAttributeInt(string name, int defaultValue);
	string GetExtendedAttributeString(string name, string defaultValue);
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| AvatarUrl | string | |||
| ContainerId | Guid | |||
| DateCreated | DateTime? | |||
| Description | string | |||
| EnableContact | bool | |||
| EnableGroupMessages | bool | |||
| ExtendedAttributes | ApiList<ExtendedAttribute> | |||
| GroupCount | int | |||
| GroupType | string | |||
| HasGroups | bool | |||
| Id | int? | |||
| Key | string | |||
| Name | string | |||
| ParentGroupId | int? | |||
| TotalMembers | int? | |||
| Url | string | 
Methods
bool GetExtendedAttributeBool(string name, bool defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | string | Name | Required | ||
| defaultValue | bool | Default Value | Required | 
Return Type
bool
DateTime GetExtendedAttributeDateTime(string name, DateTime defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | string | Name | Required | ||
| defaultValue | DateTime | Default Value | Required | 
Return Type
DateTime
Guid GetExtendedAttributeGuid(string name, Guid defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | string | Name | Required | ||
| defaultValue | Guid | Default Value | Required | 
Return Type
Guid
int GetExtendedAttributeInt(string name, int defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | string | Name | Required | ||
| defaultValue | int | Default Value | Required | 
Return Type
int
string GetExtendedAttributeString(string name, string defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | string | Name | Required | ||
| defaultValue | string | Default Value | Required | 
Return Type
string
 
				