EPWebSiteParameters.newRecord Method
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public int newRecord(
WebSiteId siteId,
URL siteUrl,
boolean isPublicSite,
CompanyId company,
boolean isMOSSSite,
[WebSiteType type,
PartitionKey partition])
Microsoft Dynamics AX 2012 R2 (SYS)
public int newRecord(
WebSiteId siteId,
URL siteUrl,
boolean isPublicSite,
CompanyId company,
boolean isMOSSSite,
[WebSiteType type,
PartitionKey partition])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public int newRecord(
WebSiteId siteId,
URL siteUrl,
boolean isPublicSite,
CompanyId company,
boolean isMOSSSite,
[WebSiteType type])
Microsoft Dynamics AX 2012 (FPK)
public int newRecord(
WebSiteId siteId,
URL siteUrl,
boolean isPublicSite,
CompanyId company,
boolean isMOSSSite,
[WebSiteType type])
Microsoft Dynamics AX 2012 (SYS)
public int newRecord(
WebSiteId siteId,
URL siteUrl,
boolean isPublicSite,
CompanyId company,
boolean isMOSSSite,
[WebSiteType type])
Run On
ClientOrServer
Parameters
- siteId
Type: WebSiteId Extended Data Type
- siteUrl
Type: URL Extended Data Type
- isPublicSite
Type: boolean
- company
Type: CompanyId Extended Data Type
- isMOSSSite
Type: boolean
- type
Type: WebSiteType Enumeration
- partition
Type: PartitionKey Extended Data Type