Constructor to instantiate an existing Content File.
Namespace: Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CContentFile( IiMISUser user, CContent content, decimal contentFileId ) |
| Visual Basic |
|---|
Public Sub New ( _ user As IiMISUser, _ content As CContent, _ contentFileId As Decimal _ ) |
| Visual C++ |
|---|
public: CContentFile( IiMISUser^ user, CContent^ content, Decimal contentFileId ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- content
- Type: Asi.iBO.ContentManagement..::..CContent
CContent that owns this file. The value can be null.
- contentFileId
- Type: System..::..Decimal
ID of Content File.