Gets unique identifier of the most recently published version.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static decimal GetPublishedContentId(
	IiMISUser user,
	decimal contentId,
	bool fuseFlag
)
Visual Basic (Declaration)
Public Shared Function GetPublishedContentId ( _
	user As IiMISUser, _
	contentId As Decimal, _
	fuseFlag As Boolean _
) As Decimal
Visual C++
public:
static Decimal GetPublishedContentId(
	IiMISUser^ user, 
	Decimal contentId, 
	bool fuseFlag
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
contentId
Type: System..::.Decimal
Unique identifier of CContent a version of a content record.
fuseFlag
Type: System..::.Boolean
Boolean indicating whether to use a fuse flag when retrieving the content unique identifier

Return Value

The unique identifier of the most recently published version of the requested CContent.

See Also