Property | Type | Description | |
---|---|---|---|
FillList | void | ||
GetItemText | string | ||
LogMessage | void |
Method | Description | |
---|---|---|
CreateItem ( [ itemID, [ itemName, [ templateID, [ parent, [ context ) : bool | ||
DeleteItem ( [ itemDefinition, [ context ) : bool | ||
LoggingSqlServerDataProvider ( [ connectionString ) : System | ||
RemoveBlobStream ( System.Guid blobId, [ context ) : bool | ||
RemoveVersion ( [ itemDefinition, [ version, [ context ) : bool | ||
RemoveVersions ( [ itemDefinition, [ language, bool removeSharedData, [ context ) : bool | ||
SaveItem ( [ itemDefinition, [ changes, [ context ) : bool | ||
UpdateFieldValues ( [ fieldId, [ updateFunction, bool skipEmpty ) : int |
Method | Description | |
---|---|---|
RemoveFields ( [ itemId, [ language, [ version ) : void |
Method | Description | |
---|---|---|
FillList ( [ value, [ |
||
GetItemText ( [ itemId ) : string | ||
LogMessage ( [ |
public CreateItem ( [ itemID, [ itemName, [ templateID, [ parent, [ context ) : bool | ||
itemID | [ | |
itemName | [ | |
templateID | [ | |
parent | [ | |
context | [ | |
return | bool |
public DeleteItem ( [ itemDefinition, [ context ) : bool | ||
itemDefinition | [ | |
context | [ | |
return | bool |
public LoggingSqlServerDataProvider ( [ connectionString ) : System | ||
connectionString | [ | |
return | System |
public RemoveBlobStream ( System.Guid blobId, [ context ) : bool | ||
blobId | System.Guid | |
context | [ | |
return | bool |
protected RemoveFields ( [ itemId, [ language, [ version ) : void | ||
itemId | [ | |
language | [ | |
version | [ | |
return | void |
public RemoveVersion ( [ itemDefinition, [ version, [ context ) : bool | ||
itemDefinition | [ | |
version | [ | |
context | [ | |
return | bool |
public RemoveVersions ( [ itemDefinition, [ language, bool removeSharedData, [ context ) : bool | ||
itemDefinition | [ | |
language | [ | |
removeSharedData | bool | |
context | [ | |
return | bool |
public SaveItem ( [ itemDefinition, [ changes, [ context ) : bool | ||
itemDefinition | [ | |
changes | [ | |
context | [ | |
return | bool |
public UpdateFieldValues ( [ fieldId, [ updateFunction, bool skipEmpty ) : int | ||
fieldId | [ | |
updateFunction | [ | |
skipEmpty | bool | |
return | int |