Class UmbracoTreeSearcherFields
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class UmbracoTreeSearcherFields : IUmbracoTreeSearcherFields
Constructors
UmbracoTreeSearcherFields(ILocalizationService)
Declaration
public UmbracoTreeSearcherFields(ILocalizationService localizationService)
Parameters
Type |
Name |
Description |
ILocalizationService |
localizationService |
|
Methods
GetBackOfficeDocumentFields()
Declaration
public virtual IEnumerable<string> GetBackOfficeDocumentFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
GetBackOfficeDocumentFieldsToLoad()
Declaration
public virtual ISet<string> GetBackOfficeDocumentFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
GetBackOfficeFields()
Declaration
public virtual IEnumerable<string> GetBackOfficeFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
GetBackOfficeFieldsToLoad()
Declaration
public virtual ISet<string> GetBackOfficeFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
Declaration
public virtual IEnumerable<string> GetBackOfficeMediaFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Declaration
public virtual ISet<string> GetBackOfficeMediaFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|
GetBackOfficeMembersFields()
Declaration
public virtual IEnumerable<string> GetBackOfficeMembersFields()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
GetBackOfficeMembersFieldsToLoad()
Declaration
public virtual ISet<string> GetBackOfficeMembersFieldsToLoad()
Returns
Type |
Description |
System.Collections.Generic.ISet<System.String> |
|