Click or drag to resize

ResourceFileItemFileExtension Property

Gets the file extension.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public string FileExtension { get; set; }

Property Value

String
The file extension.
Remarks
Never starts with a period.
See Also