Class Script
Represents a Script file
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[DataContract(IsReference = true)]
public class Script : File, IRememberBeingDirty, ICanBeDirty, IFile, IEntity, IDeepCloneable
Constructors
View SourceScript(String)
Declaration
public Script(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
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.