RequiredFileEntity.AltPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)