Gets an instance of CProducerAuthority.
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static CProducerAuthority GetProducerAuthority( decimal contentId, decimal navMenuId, CContactUser user ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetProducerAuthority ( _ contentId As Decimal, _ navMenuId As Decimal, _ user As CContactUser _ ) As CProducerAuthority |
| Visual C++ |
|---|
public: static CProducerAuthority^ GetProducerAuthority( Decimal contentId, Decimal navMenuId, CContactUser^ user ) |
Parameters
- contentId
- Type: System..::.Decimal
Unique identifier of CContent for which to retrieve the CProducerAuthority.
- navMenuId
- Type: System..::.Decimal
Unique identifier of CNavMenu for which to retrieve the CProducerAuthority.
- user
- Type: Asi.iBO.ContactManagement..::.CContactUser
The IiMISUser object providing the security credentials of the logged in user.