Click or drag to resize

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
Syntax
C#
public bool IsValidDataObjectFile(
	int dataObjectId,
	int fileId
)

Parameters

dataObjectId
Type: SystemInt32
fileId
Type: SystemInt32
id of a file

Return Value

Type: Boolean
true/false
See Also