TemplateFiles.OtherFiles Property

Definition

Gets a list of all other files included among the templates.

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

Property Value

IReadOnlyList<String>

Applies to