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