Class FileLibraryLocationElement
Represents file library location element.
Inheritance
System.Object
FileLibraryLocationElement
Namespace: Mediachase.Commerce.Assets.Configuration
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class FileLibraryLocationElement : ConfigurationElement
Constructors
FileLibraryLocationElement()
Declaration
public FileLibraryLocationElement()
Properties
LocationRules
Gets the location rules.
Declaration
public LocationRuleCollections LocationRules { get; }
Property Value
Type | Description |
---|---|
LocationRuleCollections | The location rules. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |