Method | Description | |
---|---|---|
ContentStream ( ObjectId id ) : |
||
ContentStream ( string path, string id ) : |
||
Inspect ( ObjectId id ) : string | ||
Inspect ( string path, string id ) : string | ||
Inspector ( Repository db ) : System.IO |
Method | Description | |
---|---|---|
ContentStream ( string filename, ObjectId id ) : |
||
Inspect ( string filename, ObjectId id ) : string |
public ContentStream ( ObjectId id ) : |
||
id | ObjectId | |
return |
public static ContentStream ( string path, string id ) : |
||
path | string | |
id | string | |
return |
public static Inspect ( string path, string id ) : string | ||
path | string | |
id | string | |
return | string |
public Inspector ( Repository db ) : System.IO | ||
db | Repository | |
return | System.IO |