Method | Description | |
---|---|---|
Configure ( string connectionString, string providerName, string baseDirectory ) : void | ||
DeleteContent ( int id ) : bool | ||
DeleteMedia ( int id ) : bool | ||
Dispose ( ) : void | ||
ExportXml ( string nodeType, int nodeId, string projectAppDataPath ) : void | ||
GetChildContent ( int parentId ) : Dictionary |
||
GetChildContentTypes ( int parentId ) : Dictionary |
||
GetChildDataTypes ( int parentId ) : Dictionary |
||
GetChildMedia ( int parentId ) : Dictionary |
||
GetChildMediaTypes ( int parentId ) : Dictionary |
||
GetContentProperties ( int id ) : string>.Dictionary |
||
GetContentTypeProperties ( int id ) : string>.Dictionary |
||
GetDataTypeProperties ( int id ) : string>.Dictionary |
||
GetMediaProperties ( int id ) : string>.Dictionary |
||
GetMediaTypeProperties ( int id ) : string>.Dictionary |
||
GetRootContent ( ) : Dictionary |
||
GetRootContentTypes ( ) : Dictionary |
||
GetRootDataTypes ( ) : Dictionary |
||
GetRootMedia ( ) : Dictionary |
||
GetRootMediaTypes ( ) : Dictionary |
||
ImportXml ( string nodeType, int nodeId, string filePath ) : void | ||
MoveContent ( int id, int parentId ) : bool | ||
MoveContentToRecycleBin ( int id ) : bool | ||
MoveMediaToRecycleBin ( int id ) : bool | ||
RenameContent ( int nodeId, string newName ) : void | ||
RenameMedia ( int nodeId, string newName ) : void | ||
Sandbox ( string assemblyFilename, string configPath, ResolveEventHandler handler ) : |
||
ServiceBridge ( ) : System | ||
ServiceBridge ( string assemblyFilename ) : System |
Method | Description | |
---|---|---|
ConvertEntitiesToDictionary ( IEnumerable |
||
ReturnYesNo ( bool isAyes ) : string |
public Configure ( string connectionString, string providerName, string baseDirectory ) : void | ||
connectionString | string | |
providerName | string | |
baseDirectory | string | |
return | void |
public ExportXml ( string nodeType, int nodeId, string projectAppDataPath ) : void | ||
nodeType | string | |
nodeId | int | |
projectAppDataPath | string | |
return | void |
public GetChildContent ( int parentId ) : Dictionary |
||
parentId | int | |
return | Dictionary |
public GetChildContentTypes ( int parentId ) : Dictionary |
||
parentId | int | |
return | Dictionary |
public GetChildDataTypes ( int parentId ) : Dictionary |
||
parentId | int | |
return | Dictionary |
public GetChildMedia ( int parentId ) : Dictionary |
||
parentId | int | |
return | Dictionary |
public GetChildMediaTypes ( int parentId ) : Dictionary |
||
parentId | int | |
return | Dictionary |
public GetContentProperties ( int id ) : string>.Dictionary |
||
id | int | |
return | string>.Dictionary |
public GetContentTypeProperties ( int id ) : string>.Dictionary |
||
id | int | |
return | string>.Dictionary |
public GetDataTypeProperties ( int id ) : string>.Dictionary |
||
id | int | |
return | string>.Dictionary |
public GetMediaProperties ( int id ) : string>.Dictionary |
||
id | int | |
return | string>.Dictionary |
public GetMediaTypeProperties ( int id ) : string>.Dictionary |
||
id | int | |
return | string>.Dictionary |
public ImportXml ( string nodeType, int nodeId, string filePath ) : void | ||
nodeType | string | |
nodeId | int | |
filePath | string | |
return | void |
public MoveContent ( int id, int parentId ) : bool | ||
id | int | |
parentId | int | |
return | bool |
public MoveContentToRecycleBin ( int id ) : bool | ||
id | int | |
return | bool |
public MoveMediaToRecycleBin ( int id ) : bool | ||
id | int | |
return | bool |
public RenameContent ( int nodeId, string newName ) : void | ||
nodeId | int | |
newName | string | |
return | void |
public RenameMedia ( int nodeId, string newName ) : void | ||
nodeId | int | |
newName | string | |
return | void |
public static Sandbox ( string assemblyFilename, string configPath, ResolveEventHandler handler ) : |
||
assemblyFilename | string | |
configPath | string | |
handler | ResolveEventHandler | |
return |
public ServiceBridge ( string assemblyFilename ) : System | ||
assemblyFilename | string | |
return | System |