Property | Type | Description | |
---|---|---|---|
FillContentItem | void | ||
FillContentItem | void | ||
GetLibraryPath | string | ||
InitializeContentType | DotNetNuke.Entities.Content.ContentType | ||
ParseFileType | FileType |
Method | Description | |
---|---|---|
AddFile ( int moduleId, |
Adds the file.
|
|
AddLibrary ( int moduleId, |
||
ContentItemRepository ( ) : System |
Initializes a new instance of the ContentItemRepository class.
|
|
DeleteItem ( int fileId ) : void |
Deletes the file.
|
|
GetFiles ( int moduleId ) : IEnumerable |
Gets the files.
|
|
GetLibraries ( int moduleId ) : IEnumerable |
||
GetLibraryInfo ( |
||
UndeleteItem ( int fileId ) : void |
Undeletes the file.
|
|
UpdateFile ( |
Updates the file.
|
|
UpdateLibrary ( |
Method | Description | |
---|---|---|
FillContentItem ( |
Fills the contentItem with the properties from the file.
|
|
FillContentItem ( |
||
GetLibraryPath ( DotNetNuke.Framework.JavaScriptLibraries.JavaScriptLibrary library ) : string | ||
InitializeContentType ( ) : DotNetNuke.Entities.Content.ContentType |
Initializes the content type.
|
|
ParseFileType ( DotNetNuke.Entities.Content.ContentItem ci ) : FileType |
public AddFile ( int moduleId, |
||
moduleId | int | The module ID. |
file | The file. | |
return | void |
public AddLibrary ( int moduleId, |
||
moduleId | int | |
library | ||
return | void |
public DeleteItem ( int fileId ) : void | ||
fileId | int | The file's ID. |
return | void |
public GetFiles ( int moduleId ) : IEnumerable |
||
moduleId | int | The module ID. |
return | IEnumerable |
public GetLibraries ( int moduleId ) : IEnumerable |
||
moduleId | int | |
return | IEnumerable |
public GetLibraryInfo ( |
||
library | ||
return |
public UndeleteItem ( int fileId ) : void | ||
fileId | int | The file's ID. |
return | void |
public UpdateFile ( |
||
file | The file. | |
return | void |
public UpdateLibrary ( |
||
library | ||
return | void |