Search Results for

    Show / Hide Table of Contents

    Interface IActivityActionStat

    Statistics for a given action

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IActivityActionStat

    Properties

    ActionCount

    The number of times the action took place.

    Declaration
    int ActionCount { get; }
    Property Value
    System.Int32

    ActorCount

    The number of distinct actors that performed the action.

    Declaration
    int ActorCount { get; }
    Property Value
    System.Int32

    TimeSpentInSeconds

    The time (seconds) spent for the performed action.

    Declaration
    int TimeSpentInSeconds { get; }
    Property Value
    System.Int32

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer