Method | Description | |
---|---|---|
MediaItemIsValid ( Database db, string mediaItemGuid, bool checkForFile, |
||
MediaItemIsValid ( Database db, string mediaItemGuid, bool checkForFile, string applicationBasePath ) : bool |
Checks to see if the passed in item guid represents a valid item.
|
public static MediaItemIsValid ( Database db, string mediaItemGuid, bool checkForFile, |
||
db | Database | |
mediaItemGuid | string | |
checkForFile | bool | |
request | ||
return | bool |
public static MediaItemIsValid ( Database db, string mediaItemGuid, bool checkForFile, string applicationBasePath ) : bool | ||
db | Database | The db. |
mediaItemGuid | string | The media item GUID. |
checkForFile | bool | if set to |
applicationBasePath | string | The application base path. |
return | bool |