Click or drag to resize
TempFileInfoProviderGetTempFileInfoInternal Method (Guid, Int32)
Returns temporary file from the specified parent scope and with specified number.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual TempFileInfo GetTempFileInfoInternal(
	Guid scopeGuid,
	int number
)

Parameters

scopeGuid
Type: SystemGuid
GUID of the parent scope
number
Type: SystemInt32
Number of the temporary file to return

Return Value

Type: TempFileInfo
See Also