Get the storage location of the Binary.

The location is the path given by the Storage Provider. The Asset system uses this location to request that the Storage Provider retrieve a binary stream.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
string Location { get; }
Visual Basic
ReadOnly Property Location As String
	Get
Visual C++
property String^ Location {
	String^ get ();
}

Remarks

By default, the Asset system uses the Storage Provider that comes with Cartella. This location is the location relative to the Asset Storage repository.

See Also