TempFileInfoProviderGetTempFileInfoInternal Method (Guid, Int32) |
Returns temporary file from the specified parent scope and with specified number.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
TempFileInfoSee Also