Method | Description | |
---|---|---|
GetResourcesPath ( this session, string slash ) : string | ||
GetSpeakers ( this session ) : IOrderedEnumerable |
||
GetTags ( this session ) : IOrderedEnumerable |
||
SafeReplace ( this input, string oldValue, string newValue ) : string |
public static GetResourcesPath ( this session, string slash ) : string | ||
session | this | |
slash | string | |
return | string |
public static GetSpeakers ( this session ) : IOrderedEnumerable |
||
session | this | |
return | IOrderedEnumerable |
public static GetTags ( this session ) : IOrderedEnumerable |
||
session | this | |
return | IOrderedEnumerable |
public static SafeReplace ( this input, string oldValue, string newValue ) : string | ||
input | this | |
oldValue | string | |
newValue | string | |
return | string |