public class ContentConfigurationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ContentItemInfo> |
ContentItemList |
List<ContentImportFileInfo> |
ImportList |
Integer |
LatestVersion |
CaseInsensitiveMap<ParameterInfo> |
ParameterList |
CaseInsensitiveMap<ProcessorInfo> |
ProcessorList |
CaseInsensitiveMap<ResourceInfo> |
ResourceList |
CaseInsensitiveMap<SecurityInfo> |
SecurityList |
| Constructor and Description |
|---|
ContentConfigurationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ContentItemInfo |
FindContentItem(String name) |
ContentItemInfo |
FindContentItem(String name,
Integer version) |
public List<ContentImportFileInfo> ImportList
public List<ContentItemInfo> ContentItemList
public CaseInsensitiveMap<SecurityInfo> SecurityList
public CaseInsensitiveMap<ParameterInfo> ParameterList
public CaseInsensitiveMap<ResourceInfo> ResourceList
public CaseInsensitiveMap<ProcessorInfo> ProcessorList
public Integer LatestVersion
public ContentItemInfo FindContentItem(String name)
public ContentItemInfo FindContentItem(String name, Integer version)
Copyright © 2016. All rights reserved.