Show / Hide Table of Contents

Interface IWMAssetDirectoryMember

Every class that for objects that can be a member of an WMAssetDirectory must implement this interface.

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

Properties

FullPathName

Get the full path name of this Asset Directory member.

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

ParentDirectory

Reference to the WMAssetDirectory to which this asset belongs.

Declaration
WMAssetDirectory ParentDirectory { get; set; }
Property Value
Type Description
WMAssetDirectory
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