Struct FileRef
Assembly: Glitch9.AIDevKit.dll
Syntax
public readonly struct FileRef
Properties
|
Edit this page
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Edit this page
View Source
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
|
Edit this page
View Source
IsNotEmpty
Declaration
public bool IsNotEmpty { get; }
Property Value
|
Edit this page
View Source
Url
Declaration
public string Url { get; }
Property Value
Methods
|
Edit this page
View Source
FromId(string)
Declaration
public static FileRef FromId(string fileId)
Parameters
| Type |
Name |
Description |
| string |
fileId |
|
Returns
|
Edit this page
View Source
FromUrl(string)
Declaration
public static FileRef FromUrl(string url)
Parameters
| Type |
Name |
Description |
| string |
url |
|
Returns
Extension Methods