RequiredFileEntity.AltPaths Property

Definition

A list of other paths to check for file existence - to avoid generating new versions of existing files when not appropriate).

public:
 property System::Collections::Generic::List<System::String ^> ^ AltPaths { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> AltPaths { get; }
member this.AltPaths : System.Collections.Generic.List<string>
Public ReadOnly Property AltPaths As List(Of String)

Property Value

List<String>

Applies to