Interface IInstanceIdentifiable
Exposes an instance unique identifier.
Namespace: Umbraco.Core.Scoping
Assembly: Umbraco.Core.dll
Syntax
public interface IInstanceIdentifiable
Properties
View SourceInstanceId
Gets the instance unique identifier.
Declaration
Guid InstanceId { get; }
Property Value
Type | Description |
---|---|
System.Guid |