Class ProjectFileTypeConfiguration
Inheritance
System.Object
ProjectFileTypeConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ProjectFileTypeConfiguration
Properties
FileTypeManagerConfiguration
Declaration
public IFileTypeManagerConfiguration FileTypeManagerConfiguration { get; }
Property Value
Type | Description |
---|---|
Sdl.ProjectApi.IFileTypeManagerConfiguration |
FilterManager
Declaration
public IFileTypeManager FilterManager { get; }
Property Value
Type | Description |
---|---|
IFileTypeManager |
StandardFilterManager
Declaration
public IFileTypeManager StandardFilterManager { get; }
Property Value
Type | Description |
---|---|
IFileTypeManager |
SubContentFileTypeManagerConfiguration
Declaration
public IFileTypeManagerConfiguration SubContentFileTypeManagerConfiguration { get; }
Property Value
Type | Description |
---|---|
Sdl.ProjectApi.IFileTypeManagerConfiguration |