Class Script
Represents a Script file
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract(IsReference = true)]
public class Script : File, IScript, IFile, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirtyConstructors
View SourceScript(String)
Declaration
public Script(string path)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | 
Script(String, Nullable<Func<File, String>>)
Declaration
public Script(string path, Func<File, string>? getFileContent)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | |
| System.Nullable<Func<File, System.String>> | getFileContent | 
Properties
View SourceHasIdentity
Indicates whether the current entity has an identity, which in this case is a path/name.
Declaration
public override bool HasIdentity { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
Overrides the default Entity identity check.