Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified file screen template.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmFileScreenTemplate GetTemplate(
string Name
)
IFsrmFileScreenTemplate^ GetTemplate(
String^ Name
)
abstract GetTemplate :
Name:string -> IFsrmFileScreenTemplate
Function GetTemplate (
Name As String
) As IFsrmFileScreenTemplate
Parameters
Name
Type: System.StringThe name of the file screen template to retrieve. The name is limited to 4,000 characters.
Return Value
Type: Microsoft.Storage.IFsrmFileScreenTemplate
Returns a IFsrmFileScreenTemplate interface to the retrieved template.
See Also
FsrmFileScreenTemplateManager
IFsrmFileScreenTemplateManager Interface
Microsoft.Storage Namespace
Return to top