OrganizationWebsite Class

Represents a NetFORUM OrganizationWebsite

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("OrganizationWebsite")]
public class OrganizationWebsite : CustomerWebsite
Inheritance
Object    NetForumEntity    CustomerWebsite    OrganizationWebsite

Constructors

OrganizationWebsiteInitializes a new instance of the OrganizationWebsite class

Properties

CustomerId
(Inherited from CustomerWebsite)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsPrimary
(Inherited from CustomerWebsite)
RevisionInformation
(Inherited from NetForumEntity)
Url
(Inherited from CustomerWebsite)
UrlType
(Inherited from CustomerWebsite)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also