CardHelperGetWebFileLink - метод |
Пространство имён:
Tessa.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static string GetWebFileLink(
string webAddress,
Guid? cardID = null,
Guid? fileID = null,
Guid? versionID = null,
Guid? cardTypeID = null,
string cardTypeName = null,
string fileName = null,
string fileTypeName = null,
bool asHtml = true,
bool normalize = true
)
Public Shared Function GetWebFileLink (
webAddress As String,
Optional cardID As Guid? = Nothing,
Optional fileID As Guid? = Nothing,
Optional versionID As Guid? = Nothing,
Optional cardTypeID As Guid? = Nothing,
Optional cardTypeName As String = Nothing,
Optional fileName As String = Nothing,
Optional fileTypeName As String = Nothing,
Optional asHtml As Boolean = true,
Optional normalize As Boolean = true
) As String
public:
static String^ GetWebFileLink(
String^ webAddress,
Nullable<Guid> cardID = nullptr,
Nullable<Guid> fileID = nullptr,
Nullable<Guid> versionID = nullptr,
Nullable<Guid> cardTypeID = nullptr,
String^ cardTypeName = nullptr,
String^ fileName = nullptr,
String^ fileTypeName = nullptr,
bool asHtml = true,
bool normalize = true
)
static member GetWebFileLink :
webAddress : string *
?cardID : Nullable<Guid> *
?fileID : Nullable<Guid> *
?versionID : Nullable<Guid> *
?cardTypeID : Nullable<Guid> *
?cardTypeName : string *
?fileName : string *
?fileTypeName : string *
?asHtml : bool *
?normalize : bool
(* Defaults:
let _cardID = defaultArg cardID null
let _fileID = defaultArg fileID null
let _versionID = defaultArg versionID null
let _cardTypeID = defaultArg cardTypeID null
let _cardTypeName = defaultArg cardTypeName null
let _fileName = defaultArg fileName null
let _fileTypeName = defaultArg fileTypeName null
let _asHtml = defaultArg asHtml true
let _normalize = defaultArg normalize true
*)
-> string
Параметры
- webAddress
- Тип: SystemString
- cardID (Optional)
- Тип: SystemNullableGuid
- fileID (Optional)
- Тип: SystemNullableGuid
- versionID (Optional)
- Тип: SystemNullableGuid
- cardTypeID (Optional)
- Тип: SystemNullableGuid
- cardTypeName (Optional)
- Тип: SystemString
- fileName (Optional)
- Тип: SystemString
- fileTypeName (Optional)
- Тип: SystemString
- asHtml (Optional)
- Тип: SystemBoolean
- normalize (Optional)
- Тип: SystemBoolean
Возвращаемое значение
Тип:
StringСм. также