Method | Description | |
---|---|---|
CalculateMD5 ( Stream stream, int bufferSize ) : string | ||
CalculateMD5 ( string s ) : string | ||
CollectExceptionMessages ( |
||
CreateStructure ( string path ) : Content | ||
CreateStructure ( string path, string containerTypeName ) : Content | ||
GetStreamFromString ( string textData ) : Stream | ||
GetStreamString ( Stream stream ) : string | ||
GetUICultureByNameOrDefault ( string cultureName ) : |
||
GetVersionString ( Node node ) : string |
Method | Description | |
---|---|---|
CreateContent ( string parentPath, string name, string typeName ) : Content | ||
EnsureContainer ( string path, string containerTypeName ) : Content | ||
EnsureContentName ( string nameBase, Node container ) : string | ||
GetFileNameSafe ( string path ) : string | ||
GetParentPathSafe ( string path ) : string |
public static CalculateMD5 ( Stream stream, int bufferSize ) : string | ||
stream | Stream | |
bufferSize | int | |
return | string |
public static CalculateMD5 ( string s ) : string | ||
s | string | |
return | string |
public static CollectExceptionMessages ( |
||
ex | ||
return | string |
public static CreateStructure ( string path ) : Content | ||
path | string | |
return | Content |
public static CreateStructure ( string path, string containerTypeName ) : Content | ||
path | string | |
containerTypeName | string | |
return | Content |
public static GetStreamFromString ( string textData ) : Stream | ||
textData | string | |
return | Stream |
public static GetStreamString ( Stream stream ) : string | ||
stream | Stream | |
return | string |
public static GetUICultureByNameOrDefault ( string cultureName ) : |
||
cultureName | string | |
return |
public static GetVersionString ( Node node ) : string | ||
node | Node | |
return | string |