| DataObjectControllerIsValidDataObjectFile Method (Int32, Int32) |
check whether the given file is present in any data object as an attachment
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool IsValidDataObjectFile(
int dataObjectId,
int fileId
)
Parameters
- dataObjectId
- Type: SystemInt32
- fileId
- Type: SystemInt32
id of a file
Return Value
Type:
Booleantrue/false
See Also