Share via


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

See Also

Reference

EPWebSiteParameters Table