Click or drag to resize
TempFileInfoProviderGetTempFileInfo Method (Guid, Int32)
Returns temporary file with specified number.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static TempFileInfo GetTempFileInfo(
	Guid scopeGuid,
	int number
)

Parameters

scopeGuid
Type: SystemGuid
GUID of the parent scope
number
Type: SystemInt32
Temporary file number within the parent scope

Return Value

Type: TempFileInfo
See Also