Search Results for

    Show / Hide Table of Contents

    Class AssetRendition

    Represents asset rendition data JSON

    Inheritance
    System.Object
    AssetRendition
    Inherited Members
    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.Services.Data
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class AssetRendition

    Constructors

    AssetRendition()

    Declaration
    public AssetRendition()

    Properties

    assetId

    Declaration
    public long assetId { get; set; }
    Property Value
    Type Description
    System.Int64

    assetVersion

    Declaration
    public AssetVersion assetVersion { get; set; }
    Property Value
    Type Description
    AssetVersion

    fileExtension

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

    filePath

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

    fileSize

    Declaration
    public long fileSize { get; set; }
    Property Value
    Type Description
    System.Int64

    layoutName

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

    layoutNumber

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

    pageNumber

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

    renditionType

    Declaration
    public long renditionType { get; set; }
    Property Value
    Type Description
    System.Int64

    repositoryId

    Declaration
    public long repositoryId { get; set; }
    Property Value
    Type Description
    System.Int64

    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.