Search Results for

    Show / Hide Table of Contents

    Class AfterCheckOutEventArgs

    Represents AfterCheckOut event arguments.

    Inheritance
    System.Object
    System.EventArgs
    AfterCheckOutEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.QPP.Data
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class AfterCheckOutEventArgs : EventArgs

    Constructors

    AfterCheckOutEventArgs(String, String, Boolean, Boolean, Exception)

    Initializes a new instance of the AfterCheckOutEventArgs class.

    Declaration
    public AfterCheckOutEventArgs(string urn, string filePath, bool readOnly, bool success, Exception error)
    Parameters
    Type Name Description
    System.String urn

    The urn.

    System.String filePath

    The file path.

    System.Boolean readOnly

    if set to true indicates read only checkout.

    System.Boolean success

    if set to true indicates success.

    System.Exception error

    The error.

    Properties

    Error

    Gets or sets the error.

    Declaration
    public Exception Error { get; }
    Property Value
    Type Description
    System.Exception

    The error.

    FilePath

    Gets the file path.

    Declaration
    public string FilePath { get; }
    Property Value
    Type Description
    System.String

    The file path.

    ReadOnly

    Gets or sets a value to indicate readonly check out.

    Declaration
    public bool ReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    true if read only checkout; otherwise, false.

    Success

    Gets a value indicating whether this event is successful.

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    System.Boolean

    true if successful; otherwise, false.

    Urn

    Gets the urn.

    Declaration
    public string Urn { get; }
    Property Value
    Type Description
    System.String

    The urn.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.