IdentityGeneratorFilesConfig.GetFilesToList Method
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.
Overloads
| GetFilesToList() | |
| GetFilesToList(String) |
GetFilesToList()
public:
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetFilesToList();
public static System.Collections.Generic.IEnumerable<string> GetFilesToList ();
static member GetFilesToList : unit -> seq<string>
Public Shared Function GetFilesToList () As IEnumerable(Of String)
Returns
Applies to
GetFilesToList(String)
public:
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetFilesToList(System::String ^ contentVersion);
public static System.Collections.Generic.IEnumerable<string> GetFilesToList (string contentVersion);
static member GetFilesToList : string -> seq<string>
Public Shared Function GetFilesToList (contentVersion As String) As IEnumerable(Of String)
Parameters
- contentVersion
- String