Interface IArtifact
Represents an artifact ie an object that can be transfered between environments.
Namespace: Umbraco.Cms.Core.Deploy
Assembly: Umbraco.Core.dll
Syntax
public interface IArtifact : IArtifactSignature
Properties
View SourceAlias
Gets the alias.
Declaration
string Alias { get; }
Property Value
Type | Description |
---|---|
System.String | The alias. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |