Class ProjectTemplateResourceInfo
Encapsulates the description of a project template light resource. This class is derived from LightResourceInfo. See class LightResourceInfo and enum ResourceType for more information.
Syntax
public class ProjectTemplateResourceInfo : LightResourceInfo
Fields
SourceLangCode
The source language stored in the template; can be null. Can not be changed.
Declaration
public string SourceLangCode
Type
StringTargetLangCodes
The target languages stored in the template; can be null. Can not be changed.
Declaration
public string[] TargetLangCodes