Method | Description | |
---|---|---|
Create ( string name, System.Guid node, System.Guid memberGuid, System.Web.HttpPostedFile file, string filetype, List |
||
Create ( string name, System.Guid node, System.Guid memberGuid, System.Web.HttpPostedFile file, string filetype, List |
||
Create ( string fileName, string extension, System.Guid node, System.Guid memberGuid, byte file, string filetype, List |
||
CurrentFiles ( IEnumerable |
Gets all wiki files for all nodes
|
|
CurrentFiles ( int nodeId ) : List |
||
Delete ( ) : void | ||
FindPackageDocumentationForUmbracoVersion ( int nodeid, string umbracoVersion ) : |
||
FindPackageForUmbracoVersion ( int nodeid, string umbracoVersion ) : |
||
GetVersionsFromString ( string p ) : List |
||
Save ( ) : void | ||
ToByteArray ( ) : byte[] | ||
ToVersionString ( List |
||
ToXml ( |
||
UpdateDownloadCount ( int fileId, bool ignoreCookies, bool isPackage ) : void | ||
UpdateDownloadCounter ( ) : void | ||
UpdateDownloadCounter ( bool ignoreCookies, bool isPackage ) : void | ||
WikiFile ( int id ) : System |
Method | Description | |
---|---|---|
FireAfterCreate ( FileCreateEventArgs e ) : void | ||
FireAfterDelete ( FileRemoveEventArgs e ) : void | ||
FireAfterDownloadUpdate ( FileDownloadUpdateEventArgs e ) : void | ||
FireAfterUpdate ( FileUpdateEventArgs e ) : void | ||
FireBeforeCreate ( FileCreateEventArgs e ) : void | ||
FireBeforeDelete ( FileRemoveEventArgs e ) : void | ||
FireBeforeUpdate ( FileUpdateEventArgs e ) : void |
Method | Description | |
---|---|---|
ExtensionNotAllowed ( string extension ) : bool | ||
FindRelatedFileForUmbracoVersion ( int nodeid, string umbracoVersion, string fileType ) : |
||
WikiFile ( ) : System |
public static Create ( string name, System.Guid node, System.Guid memberGuid, System.Web.HttpPostedFile file, string filetype, List |
||
name | string | |
node | System.Guid | |
memberGuid | System.Guid | |
file | System.Web.HttpPostedFile | |
filetype | string | |
versions | List |
|
return |
public static Create ( string name, System.Guid node, System.Guid memberGuid, System.Web.HttpPostedFile file, string filetype, List |
||
name | string | |
node | System.Guid | |
memberGuid | System.Guid | |
file | System.Web.HttpPostedFile | |
filetype | string | |
versions | List |
|
dotNetVersion | string | |
return |
public static Create ( string fileName, string extension, System.Guid node, System.Guid memberGuid, byte file, string filetype, List |
||
fileName | string | |
extension | string | |
node | System.Guid | |
memberGuid | System.Guid | |
file | byte | |
filetype | string | |
versions | List |
|
return |
public static CurrentFiles ( IEnumerable |
||
nodeIds | IEnumerable |
|
return | IEnumerable |
public static CurrentFiles ( int nodeId ) : List |
||
nodeId | int | |
return | List |
public static FindPackageDocumentationForUmbracoVersion ( int nodeid, string umbracoVersion ) : |
||
nodeid | int | |
umbracoVersion | string | |
return |
public static FindPackageForUmbracoVersion ( int nodeid, string umbracoVersion ) : |
||
nodeid | int | |
umbracoVersion | string | |
return |
protected FireAfterCreate ( FileCreateEventArgs e ) : void | ||
e | FileCreateEventArgs | |
return | void |
protected FireAfterDelete ( FileRemoveEventArgs e ) : void | ||
e | FileRemoveEventArgs | |
return | void |
protected FireAfterDownloadUpdate ( FileDownloadUpdateEventArgs e ) : void | ||
e | FileDownloadUpdateEventArgs | |
return | void |
protected FireAfterUpdate ( FileUpdateEventArgs e ) : void | ||
e | FileUpdateEventArgs | |
return | void |
protected FireBeforeCreate ( FileCreateEventArgs e ) : void | ||
e | FileCreateEventArgs | |
return | void |
protected FireBeforeDelete ( FileRemoveEventArgs e ) : void | ||
e | FileRemoveEventArgs | |
return | void |
protected FireBeforeUpdate ( FileUpdateEventArgs e ) : void | ||
e | FileUpdateEventArgs | |
return | void |
public static GetVersionsFromString ( string p ) : List |
||
p | string | |
return | List |
public static ToVersionString ( List |
||
versions | List |
|
return | string |
public ToXml ( |
||
d | ||
return |
public UpdateDownloadCount ( int fileId, bool ignoreCookies, bool isPackage ) : void | ||
fileId | int | |
ignoreCookies | bool | |
isPackage | bool | |
return | void |
public UpdateDownloadCounter ( bool ignoreCookies, bool isPackage ) : void | ||
ignoreCookies | bool | |
isPackage | bool | |
return | void |