Class ProjectFileTypeConfiguration
Inheritance
Object
ProjectFileTypeConfiguration
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|
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 |
---|---|
IFileTypeManagerConfiguration |