Show / Hide Table of Contents

Class VersionArgs

Arguments for the versions of an asset.

Inheritance
object
VersionArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Asset.Model
Assembly: WMServer.dll
Syntax
public class VersionArgs

Properties

FullPathName

The FullPathName of the asset.

Declaration
public string FullPathName { get; set; }
Property Value
Type Description
string

ID

The ID of the asset

Declaration
public string ID { get; set; }
Property Value
Type Description
string

Status

The status of the asset.

Declaration
public string Status { get; set; }
Property Value
Type Description
string

Version

The version of the asset.

Declaration
public int Version { get; set; }
Property Value
Type Description
int
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE