View Source
Class SnippetDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "scriptFile", Namespace = "")]
public class SnippetDisplay
Properties
View Source
FileName
Declaration
[DataMember(Name = "fileName", IsRequired = true)]
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember(Name = "name", IsRequired = true)]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|