BlogAfterCreateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Blogs.dll
Definition
class BlogAfterCreateEventArgs
{
	string AboutDescription { get;  }
	string AboutTitle { get;  }
	Guid ApplicationId { get;  }
	IList<User> Authors { get;  }
	int CommentCount { get;  }
	Container Container { get;  }
	DateTime? DateCreated { get;  }
	string Description { get;  }
	bool EnableAbout { get;  }
	bool EnableCommentsOverride { get;  }
	bool Enabled { get;  }
	ApiList<ExtendedAttribute> ExtendedAttributes { get;  }
	Group Group { get;  }
	int? Id { get;  }
	string Key { get;  }
	DateTime? LatestPostDate { get;  }
	string Name { get;  }
	int PostCount { get;  }
	bool ShowContact { 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 | 
|---|---|---|---|---|
| AboutDescription | string | |||
| AboutTitle | string | |||
| ApplicationId | Guid | |||
| Authors | IList<User> | |||
| CommentCount | int | |||
| Container | Container | |||
| DateCreated | DateTime? | |||
| Description | string | |||
| EnableAbout | bool | |||
| EnableCommentsOverride | bool | |||
| Enabled | bool | |||
| ExtendedAttributes | ApiList<ExtendedAttribute> | |||
| Group | Group | |||
| Id | int? | |||
| Key | string | |||
| LatestPostDate | DateTime? | |||
| Name | string | |||
| PostCount | int | |||
| ShowContact | bool | |||
| 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