Show / Hide Table of Contents

Interface IWMVersionableAsset

Contains properties for versioned assets.

Namespace: Quantellia.WMServer.Asset.Base
Assembly: WMServer.dll
Syntax
public interface IWMVersionableAsset

Properties

Status

The status of this version.

Declaration
IWMVersionableAsset.StatusType? Status { get; set; }
Property Value
Type Description
IWMVersionableAsset.StatusType?

Version

The version number of this asset.

Declaration
int? Version { get; set; }
Property Value
Type Description
int?

VersionName

The name of this version.

Declaration
string? VersionName { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE