Search Results for

    Show / Hide Table of Contents
    View Source

    Class LastSyncedFileManager

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Sync
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class LastSyncedFileManager

    Constructors

    View Source

    LastSyncedFileManager(IHostingEnvironment)

    Declaration
    public LastSyncedFileManager(IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IHostingEnvironment hostingEnvironment

    Properties

    View Source

    DistCacheFilePath

    Gets the dist cache file path (once).

    Declaration
    public string DistCacheFilePath { get; }
    Property Value
    Type Description
    System.String
    View Source

    LastSyncedId

    Returns the last-synced id.

    Declaration
    public int LastSyncedId { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    View Source

    SaveLastSyncedId(Int32)

    Persists the last-synced id to file.

    Declaration
    public void SaveLastSyncedId(int id)
    Parameters
    Type Name Description
    System.Int32 id

    The id.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LastSyncedFileManager(IHostingEnvironment)
    • Properties
      • DistCacheFilePath
      • LastSyncedId
    • Methods
      • SaveLastSyncedId(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX