Retrieves the requested CContentFile object
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static decimal GetIDFromFileName( string fileName, IiMISUser user ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetIDFromFileName ( _ fileName As String, _ user As IiMISUser _ ) As Decimal |
| Visual C++ |
|---|
public: static Decimal GetIDFromFileName( String^ fileName, IiMISUser^ user ) |
Parameters
- fileName
- Type: System..::.String
The name of the CContentFile to retrieve.
- user
- Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.