Méthode | Description | |
---|---|---|
Add ( IIgnoredEntity ignore ) : void |
Add the specified ignore to the given collection
|
|
AddOrUpdateEntryAndDeleteAllChildrenFromStorage ( IIgnoredEntity e ) : void |
Adds or update an entry and deletes all children from storage.
|
|
IgnoredEntitiesStorage ( IIgnoredEntitiesCollection collection, IMetaDataStorage storage ) : System |
Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage class.
|
|
IsIgnored ( IDocument doc ) : IgnoredState |
Determines whether the given Document is ignored.
|
|
IsIgnored ( IFolder folder ) : IgnoredState |
Determines whether the given folder is ignored.
|
|
IsIgnoredId ( string objectId ) : IgnoredState |
Determines whether the object with the given objectId is ignored.
|
|
IsIgnoredPath ( string localPath ) : IgnoredState |
Determines whether this the ignored path is ignored.
|
|
Remove ( IIgnoredEntity ignore ) : void |
Remove the specified ignore form the given collection
|
|
Remove ( string objectId ) : void |
Remove the specified objectId from the given collection
|
public Add ( IIgnoredEntity ignore ) : void | ||
ignore | IIgnoredEntity | Ignored entity. |
Résultat | void |
public AddOrUpdateEntryAndDeleteAllChildrenFromStorage ( IIgnoredEntity e ) : void | ||
e | IIgnoredEntity | Ignored Entity. |
Résultat | void |
public IgnoredEntitiesStorage ( IIgnoredEntitiesCollection collection, IMetaDataStorage storage ) : System | ||
collection | IIgnoredEntitiesCollection | Ignored entries collection. |
storage | IMetaDataStorage | Meta data storage. |
Résultat | System |
public IsIgnored ( IDocument doc ) : IgnoredState | ||
doc | IDocument | Document to be checked. |
Résultat | IgnoredState |
public IsIgnored ( IFolder folder ) : IgnoredState | ||
folder | IFolder | Folder to be checked. |
Résultat | IgnoredState |
public IsIgnoredId ( string objectId ) : IgnoredState | ||
objectId | string | Object identifier. |
Résultat | IgnoredState |
public IsIgnoredPath ( string localPath ) : IgnoredState | ||
localPath | string | Local path. |
Résultat | IgnoredState |
public Remove ( IIgnoredEntity ignore ) : void | ||
ignore | IIgnoredEntity | Ignored entity. |
Résultat | void |
public Remove ( string objectId ) : void | ||
objectId | string | Object identifier. |
Résultat | void |