Property | Type | Description | |
---|---|---|---|
SqlQuery | string |
Property | Type | Description | |
---|---|---|---|
GetBinaryStreamByUri | |||
GetBinaryStreamByUrl | |||
GetTridionComponentMetaFactory | ComponentMetaFactory |
Method | Description | |
---|---|---|
GetBinaryByUri ( string uri ) : byte[] | ||
GetBinaryByUrl ( string url ) : byte[] | ||
GetBinaryMetaByUri ( string uri ) : IBinaryMeta | ||
GetBinaryMetaByUrl ( string url ) : IBinaryMeta | ||
GetLastPublishedDateByUri ( string uri ) : System.DateTime | ||
GetLastPublishedDateByUrl ( string url ) : System.DateTime | ||
GetUrlForUri ( string uri ) : string | ||
TridionBinaryProvider ( IProvidersCommonServices commonServices ) : System |
Method | Description | |
---|---|---|
GetBinaryStreamByUri ( string uri ) : |
||
GetBinaryStreamByUrl ( string url ) : |
||
GetTridionComponentMetaFactory ( int publicationId ) : ComponentMetaFactory |
public GetBinaryByUri ( string uri ) : byte[] | ||
uri | string | |
return | byte[] |
public GetBinaryByUrl ( string url ) : byte[] | ||
url | string | |
return | byte[] |
public GetBinaryMetaByUri ( string uri ) : IBinaryMeta | ||
uri | string | |
return | IBinaryMeta |
public GetBinaryMetaByUrl ( string url ) : IBinaryMeta | ||
url | string | |
return | IBinaryMeta |
public GetLastPublishedDateByUri ( string uri ) : System.DateTime | ||
uri | string | |
return | System.DateTime |
public GetLastPublishedDateByUrl ( string url ) : System.DateTime | ||
url | string | |
return | System.DateTime |
public TridionBinaryProvider ( IProvidersCommonServices commonServices ) : System | ||
commonServices | IProvidersCommonServices | |
return | System |