메소드 | 설명 | |
---|---|---|
LoadTree ( |
Loads a preset from serialized items on disk.
|
메소드 | 설명 | |
---|---|---|
DeleteItem ( System.Item item, IProgressStatus progress ) : bool |
Deletes an item from Sitecore
|
|
DeleteItems ( IEnumerable |
Deletes a list of items. Ensures that obsolete cache data is also removed.
|
|
DeserializationFinished ( string databaseName ) : void |
Raises the "serialization finished" event.
|
|
DoLoadItem ( string path, |
Loads a specific item from disk
|
|
DoLoadTree ( string path, |
Loads a specific path recursively, using any exclusions in the options' preset
|
|
GetTargetDatabase ( string path, LoadOptions options ) : string | ||
IsStandardValuesItem ( string fileName, ID &itemId ) : bool |
Determines whether [is standard values item] [the specified file name].
|
|
LoadOneLevel ( string path, |
Loads a set of children from a serialized path
|
|
LoadTreePaths ( string physicalPath, |
||
LoadTreeRecursive ( string path, |
Recursive method that loads a given tree and retries failures already present if any
|
|
LogLocalized ( string message ) : void |
Logs localized strings.
|
|
LogLocalizedError ( string message ) : void |
Logs localized strings.
|
|
ShouldForceUpdate ( SyncItem syncItem, IProgressStatus progress ) : bool |
Checks to see if we should force an item to be written from the serialized version. This changes the rules slightly from the default deserializer by forcing if the dates are different instead of only if they are newer on disk.
|
public LoadTree ( |
||
options | ||
리턴 | void |