Click or drag to resize
FileUploaderComponentPlainTempFileIdentifier Property
Represents the identifier of the newly uploaded file in the unprotected format.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public Nullable<Guid> PlainTempFileIdentifier { get; set; }

Property Value

Type: NullableGuid
See Also